Helping Ending Game
Hello all,
Browsed the forums and tshirtbooths cookbook for an answer but couldn't find one. Feel free to point me there if I missed it.
I need help on how to make my game end. I have an actor that falls from the top of the screen and if it passes the bottom of the screen (where I have an actor called "gameover" stretched across the entire bottom width of the screen and a few pixels in height) I need the game to end. I am setting up scoring as well but right now I am just trying to tackle this. I thought of using change scene to high score scene.....but my main issue is I cannot figure out how to tell gamesalad that once a specific actor(s) passes my "game over" actor I need the game to end. Any help is always great!
Browsed the forums and tshirtbooths cookbook for an answer but couldn't find one. Feel free to point me there if I missed it.
I need help on how to make my game end. I have an actor that falls from the top of the screen and if it passes the bottom of the screen (where I have an actor called "gameover" stretched across the entire bottom width of the screen and a few pixels in height) I need the game to end. I am setting up scoring as well but right now I am just trying to tackle this. I thought of using change scene to high score scene.....but my main issue is I cannot figure out how to tell gamesalad that once a specific actor(s) passes my "game over" actor I need the game to end. Any help is always great!
Comments
When actor receives event, overlaps or collides with, actor 1, then
Change scene to high score.
Not at home but the logic seems there. Hopefully it works!
Now I need to figure out how to keep the score from my last scene "game play" to carry over to my "score" scene. Tshirt seems to have a lot of scoring vids so hopefully they will shed some light