O.K so I'm making a game.I want to say if touching Orange.(Color of finish)Switch to next stage.But I can't because it doesn't give option to switch stage.Please help!XO
Offline
its because you are treating it like different stages so add your next stage as a new background on the stage and insert the next background block
Offline
But I'm doing the script on a sprite not on stage.This is the script I'm doing:If green flag clicked,forever Hide variable healthSet health to 10, but i cannot find anything like switch background to #2
Offline
broadcast some thing like finish then on the stage do when i receive finish go to next background
Offline
Here's how to do it: put this script on the sprite touching orange:
When green flag clicked
Forever
If touching colour orange
Broadcast 'Next stage'
End if
End forever
Then on the stage:
When I receive 'Next stage'
Next stage
I hope this helped!
Offline
For xouter you can just click my icon it says the worlds hardest game V 2.0.Thanks redrocker!:]
Offline
dcuniverse wrote:
For xouter you can just click my icon it says the worlds hardest game V 2.0.Thanks redrocker!:]
No problem!
Offline