I am trying to place 24 sprite on the screen.
And in a random sequence, have them start moving.
My question is... Can you use a variable to start a sprite moving in a call motion?
LET #VAR=3
CALL MOTION(#VAR,20,0)
I could swear I have done this in the past? Maybe it was in a Sprite command? Though that will not work for me without a rewrite......
Hmmm..?