i have bit in my game where a bullet hits a shield and it has to turn back around. How do I get it to turn and head back towards the sprite that sent it
Offline
If the bullet is moving with...
move (15) steps...blocks, then you have a few options. If you want the bullet to just turn around, tell it to:
turn ccw (180) degreesThere are more complicated ways to make it bounce. If you want to know more, I'll dedicate a post to explaining simple bouncing (I don't have time right now).
Last edited by amcerbu (2013-01-13 11:15:17)
Offline