The title says it all!
Offline
Doh, you beat me to it! XD
Offline
Well normally you'd use broadcasts or a variable to change settings depending on the broadcast/variable
Offline
Normally I use a variable called Level, then you can add scripts like, If Ball touches green, change level by one. When green flag clicked, forever: If level=3, change stage costume to level 3 and so one hope this helps
Offline
You can use a broadcast to change levels, like this:
when ball is touching green, broadcat 'next level'
when i recieve 'next level', go to x: 0 y: 0
and so on.
although, next time you have a question like this, post it in the 'all about scratch' forums.
Last edited by LS97 (2010-06-13 11:19:01)
Offline