Character drop off bottom - how to go to next score screen?
![mubble](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I'm a newbie so need this explained in steps... I currently have attached to the player, a rule attribute of self.position.x but then I think I am getting confused, as I don't know what to set the = or > to, to get the game to recognize when the player drops off the bottom of the screen, to then stop and go to the end game score scene. I have a change scene event - that says to go to the scene I want. I think it's just the above expression instance I don't get. I had it on >100 but I think that is incorrect. The maths of the expression confuse me!
Thanks for any help
Thanks for any help
Comments
What you want to do is have a rule when self position y is ≤ 0
change scene
Then when that didn't work I thought it must be x, and ended up thinking in some weird dimensions.