I am making a parking style game, when I get to the end of the level, should the score be high enough, a button appears to go to the next level.
There are about 5 levels, how would I add events to detect the next layout, from 1 event sheet?
Develop games in your browser. Powerful, performant & highly capable.
Someone else around here may know better, but you could always create a global variable and use that variable to record which level the player is on. Given that, you could simply use the System -> Compare variable condition to see what level they're on.
There may be a system expression to get the current layout though, I can't recall seeing one myself.
I wish there was an option to say "Go to Next Layout (Like Adobe Flash) or like a random layout between layout 4 and 25 for example.
How do I FAQ
ayout
Navigation through layouts/levels (single event sheet) - LINK Navigation through layout (with demo capx) - LINK
Navigation through layouts/levels (single event sheet) - LINK
Navigation through layout (with demo capx) - LINK
I came right.
Thanks anyway.