Im making a nyan cat game where it flys about the screen using the arorws on the keyboard.
I want a big GAME OVER sign to pop up when the cat touches the side of the screen, and also i want the timer to be reset. Since in rubbish at scratch, Can someone just tell me EXACTLY what to do? Pleasseee! Make it really easy to understand! I need to write a script
Offline
First, you are going to want to make the Game Over costume. Make it be a new sprite.
Then, create a new script on the Nyan Cat sprite.
[When Green Flag Clicked]
[Forever]
[If <touching (edge)>]
[broadcast (game over)]
Then, go to the game over sprite and create a new script:
[When I Receive (game over)]
[show]
[reset timer]
Lastly, on the game over sprite:
[When Green Flag Clicked]
[hide]
Let me know if this is at all confusing. I can walk you through it if needed.
Offline