I am making a game where you fly and dodge stuff but there is a glitch where if you just sit there and press nothing you dont die Please HELP
Offline
It would help to look at the scripts... Can you upload it?
Offline
Okay, so I see the problem. The only time you check for when you're touching an enemy is when you press up, down, or space, which you don't want. Also, I noticied that you were using a broadcast called "LOSER!!!", but it wasn't doing anything, so try removing it from every script. So instead of using this:
when [space v] key pressed if (touching [enemy v] ?) hide broadcast [lose v] broadcast [LOSER!!! v] stop script end More...
when gf clicked forever if (touching [enemy v] ?) hide broadcast [lose v] end More...
Last edited by ErnieParke (2012-12-06 15:57:27)
Offline
nightwing23 wrote:
Thx
Your welcome! It's always easy to make a mistake when you begin coding. ;)
Offline