I have an object which is initially hidden. On show, the object performs this Simultaneous Action Group: (i) plays a sound which is determined by a variable from a selection of sounds; (ii) bounces around the page; and (iii) spins. The object is synched to the animation end, at which point the sound is stopped, and the object is hidden.
All this works as expected.
I would like to have the animation start from a different page position when the object responds to an On Show trigger. Preferably, I would would like the starting position to be randomly determined.
I'm no expert in OpusScript, but I feel that the solution might lie with the use of SetPosition(), but I have no idea of how (or even "if") I can set up variables to determine the X and Y settings, and then incorporate them into SetPosition().
Does anyone have a suggestion?