I'm trying to imitate by code the motion and time of the Animator statement, to present students the different stages of the movement.
(ASen = #) & / @ Range [Pi / 2, Pi, 0.001]
Here the Dynamic ASen variable is the parameter of the Animator statement, and I'm using this variable to execute the movement in context.
I need to run this code is a specific time so that the student can see the movement. (The same time that Animator use, more or less.)
I do not know if I need RunScheduledTask or CreateScheduledTask (it uses seconds). Probably is another thing that I'm looking for.
Thanks Sean.