I tried to enter the same coordinates but all they did was stay the same distance from each other
How do I make Spite 2 follow the tracks of Sprite 1?
How do you make Sprite 1 go from one side of the stage to the other in one movement?
thanks,
Kadin
Offline
Sprite 2:
<forever>
<point towards( Sprite 1
<move( speed )steps> [/blocks]
Speed: Higher = faster
Sprite 1
<forever>
<glide( speed2 )secs to x 240 )y
<y position>
<glide( speed2 )secs to x -240 )y
<y position> [/blocks]
Speed2: Lower = fater
Offline