uniform coordinates differ in sketchpad and inline
Hi
I noticed that checking the "uniform coordinates" option only affect coordinates in inline scripts, but not on sketchpad. It seems that in sketchpads, the coordinates are always uniform. This is a bit confusing when you have an experiment that is partially script and partially sketchpad.
Just wondered if this is a bug or a feature (maybe there is a good reason behind it)
Thanks,
Tali

Comments
Hi Tali,
In old versions of OpenSesame,
sketchpads andCanvasobjects used different coordinate systems, where0, 0referred to the center or the top-left respectively. So that's the behavior that you get when you disable the option uniform coordinates (for backwards compatibility, not because you should disable this for new experiments!). If you enable this option, the coordinates are uniform in the sense that everything uses the0, 0 == centercoordinate system. Does that clear things up?Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan
Thanks for responding!
Maybe I'm missing something, because in the sketchpad it seems that the coordinates depend on the object I tried to include, regardless of whether I defined uniform coordinates or not. More specifically, it seems that shapes or pictures are always uniform, but in text box the coordinates are always non-uniform. In other words, it seems like the options for changing the coordinates system applies only to inlines...
Best,
Tali
> In other words, it seems like the options for changing the coordinates system applies only to inlines...
That's correct. The option only affects the behavior of
inline_scriptitems. Thesketchpadhas always used0, 0for the display center.Check out SigmundAI.eu for our OpenSesame AI assistant!