Pages: 1
Topic closed
I need a answer really quick b/c my project is due next week.
How do you make a sprite bounce off of another sprite: it either goes in front or behind the sprite, even though i change the layers. Can you help pleeeeeeeeeease?
if < touching [sprite] > change y by (40) turn (15) degrees end
Offline
Well, in most of the pong games here, it uses this:
if <touching [sprite v]?> turn cw (180) degrees turn cw <pick random (-30) to (30)> degrees end
Last edited by ImagineIt (2012-03-24 21:36:27)
Offline
Could you please upload your current project and post a link here?
Offline
It depends. Are you changing its position with the "change x" and "change y" blocks, the "go to x: ( ) y: ( )" block, or the "move () steps" block?
Last edited by MoreGamesNow (2012-03-24 21:36:58)
Offline
Topic closed
Pages: 1