yes there is a wall and if the actor hits it then it goes to the game over screen but if i use the arrows and accidently hit the wall the object then just goes right and never comes back
Create a self.boolean attribute called GameOver. Make sure its unchecked. Create a rule that when the actor collides with a wall, change attribute self.GameOver to true. Then, put ALL of your moving rules/behaviors into a single group. Call it anything you want. Then, create a rule: "when self.GameOver is false" and below that, put the group you just created into that. Now, when the actor hits the wall, it should stop moving. Try it.
Comments
___________
http://www.thatgameforum.com/
http://gshelper.com/
http://www.youtube.com/user/GameSaladCookbook#p/
http://gamesalad.com/wiki/
http://www.deepblueapps.com/Deep_Blue_Ideas_Ltd./Home.html
http://www.gamesalad.es/
http://thatgameforum.com/threads/gs-videos.360/
my email: calvin9403@hotmail.com
when boolean is false and arrow touch is pressed, do.....
when actor overlaps or collide with wall, change attribute to true
____________
http://www.thatgameforum.com/
http://gshelper.com/
http://www.youtube.com/user/GameSaladCookbook#p/
http://gamesalad.com/wiki/
http://www.deepblueapps.com/Deep_Blue_Ideas_Ltd./Home.html
http://www.gamesalad.es/
http://thatgameforum.com/threads/gs-videos.360/
my email: calvin9403@hotmail.com