i am making chinyey part 5 but for some reason when you start playing the soldier the small backround enemies glide right in front of him, does anyono know how to make sprites either go in back or front of other sprites?
Here is the game
http://scratch.mit.edu/projects/Freestylin_Monkey/169458
_____________________________
jump around!
jump around!
jump up! and up!
then jump down!
Offline
Use this on the sprite that you want to be at the front.
[blocks]<go to front>[/blocks]
Use this on sprites that you want to be behind others.
[blocks]<go back( )layers>[/blocks]
Offline
thanks
Offline
for jasker
<when green flag clicked>
<forever>
<if><key[ right arrow ]pressed?>
<point in direction( right<move(4 )steps>
Offline