Cheers guys, that worked a treat although, when i clicked the actor to trigger the change of attribute the scene flickered very quickly with another image behind. To resolve, i had the upon touch change attribute to random(1,40), all sets of when attribute = x, change to scene x and then right at the end added another change attribute but put it back to 0, this seems to ahve stopped the flickering and is working sweet as a nut. yay, thanks again
Comments
Then use Change Attribute
game.myCurrentScene To random(1,40)
Then, a Rule for each one:
When game.myCurrentScene is 1
Change Scene To Scene 1
When game.myCurrentScene is 2
Change Scene To Scene 2
etc...
Copy and paste is key!
-Gamexcb
it's in my level select screens
it's in my "try again" popup
as well as my "go to the next scene" popup
so currently i have those rules 120 times!
yes, very tedious, but it works!
Also, you can only select from levels in the drop down, so you can't do it ahead of time...