+x@Dave
I mean the relative positions and sizes of the stimuli.
Will the format change on different computers or will the position scaling stay as I coded it ?
> I mean the relative positions and sizes of the stimuli.
Will the format change on different computers or will the position scaling stay as I coded it ?
This depends on *how* you coded it. (I don't have any information from you on that.) What you should do to achieve consistent relative stimulus positions and sizes across different display dimensions and aspect ratios is to
(1) Specify all stimulus postions and sizes in your script in percentages.
(2) Specify a fixed /canvasaspectratio in the script's <defaults>.
Virtually all scripts available in the library
https://www.millisecond.com/download/library/ are set up this way, so you can look at those as examples.