Millisecond Forums

Inserting Symbols Into Dot-Probe

https://forums.millisecond.com/Topic16666.aspx

By kprovenza - 7/6/2015

Hello!

I am currently trying to use the alcohol dot-probe script with some modifications.  

How can I replace the "+" dot with an actual dot symbol?  Do I need to use a period symbol, or can I use an actual symbol?


Thank You,
Karlee
By Dave - 7/6/2015

Yes, you can do that. Inquisit is a Unicode application and you can use any Unicode symbol the font you are using provides. E.g.:

<text fixation>
/ items = ("●")
/ fontstyle = ("Arial", 10%, true)
</text>

By kprovenza - 7/7/2015

Great!  Thank you!