There seems to be a problem with my level game. I was testing it and on level 5 it said type in levelsix so I did and I said in the scripts to go to the next level when this is typed like this
when green flag clicked
wait until (level = 5)
wait until key l pressed
wait until key e pressed and so on
broadcast next level (I said in the background to go to the next level when it recieved it)
stop script.
Then when I played it skipped level 6 and went on to 7. Level 7 is a don't touch the red, level 6 is a click the right button level. Any ideas why this is happening?
Offline
Try using the Scratch 1.4 feature, the ask block. Instead of typing each letter like that, how about just saying:
Repeat until answer = levelsix
Ask [ ] and wait
If that doesn't help, try taking away the 'stop script' block at the end.
Offline
WeirdF wrote:
Try using the Scratch 1.4 feature, the ask block. Instead of typing each letter like that, how about just saying:
Repeat until answer = levelsix
Ask [ ] and wait
If that doesn't help, try taking away the 'stop script' block at the end.
It's because the level is not supposed to ask. The text is in the background. It says type in levelsix. I'll try taking away the stop script block.
Offline
when the game is just starting, tell us how the variables are set. for example, do you set the variable level to 1 or 0 at the start? things like that.
Offline