Pages: 1
Topic closed
how would i make another sprite(the enemy) move on a scrolling game without making it scroll on top of the terrain?
Last edited by L-GamesInc (2009-04-16 20:41:43)
Offline
Use the variable movement to recored movement
Offline
its not easy, but i could try explaining depending on your willingness to learn
Offline
Its simple
put this on your enemy sprite after you create a local variable called movement
when flag clicked
forever
set x to ( scrollX+movement)
Then if you want this sprite to move just change the movement variable.
Offline
Topic closed
Pages: 1