This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-01-14 09:09:40

Oyessj
New Scratcher
Registered: 2012-01-12
Posts: 5

I Need Helppp!!

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  smile

Offline

 

#2 2012-01-14 10:29:54

Dazachi
Retired Community Moderator
Registered: 2009-09-12
Posts: 1000+

Re: I Need Helppp!!

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.


Dazachi, Retired Community Moderator
May also know me as OJACheung.

Offline

 

Board footer