Pages: 1
Topic closed
I need help.I am making a video game in which you go to the blue and then you go to the next background.How do you do this?Help PLEASE!!!
Offline
You could make a level variable, and whenever you touch the blue, the level will change by 1, then you could make a script in the stage saying When Green Flag is Clicked, forever if level = (x), switch to background (x). Hope that helped!
when gf clicked forever if <touching color [blue v]?> change [level v] by [1] end
when gf clicked forever switch to background <level>