Hi Everyone,
I like to know how can I run a series of moveto from point to point smoothly?
What I want to happen is when the game starts..2 seconds into the game..the sprite at location 0,0 will
moveto 100,100 then moveto 120,200 then moveto 140,300 then moveto160,400.
This is what I got:
Wait 0.75 seconds
MoveTo moveto to (100,100)
Wait 0.75 seconds
MoveTo moveto to (120,200)
Wait 0.75 seconds
MoveTo moveto to (130,300)
Wait 0.75 seconds
MoveTo moveto to (140,400)
Any help is greatly appreciated
Thank You.