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

#1 2010-12-06 08:33:31

13ngel1
New Scratcher
Registered: 2010-09-12
Posts: 5

Questions (HELP)

Hello fellow Scratchers,

I've been having a couple of problems designing a game. It's supposed to be a frogger clone, here's the link:

http://scratch.mit.edu/projects/13ngel1/1460672

First problem: I can't make it so that when the bunny's lives reach 0, the game is over and all the scripts stop working.

Second problem: I can't make it so that once all 5 blocks across the street are touched, the game is won. They also need to be hidden at the title screen, and appear at the 'play' screen.

Third problem: I can't make it so the music plays continuously after finishing playing. 

Please tell me the scripts to solve these problems, I NEED HELP!!!

Thanks!

Eugene

Offline

 

#2 2010-12-06 08:55:01

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: Questions (HELP)

For the Third Problem:
<when green flag clicked>
<forever>
<play sound[  ]and waits>
<end>

Offline

 

#3 2010-12-06 10:38:58

13ngel1
New Scratcher
Registered: 2010-09-12
Posts: 5

Re: Questions (HELP)

Do you have solutions to the other two?

Offline

 

#4 2010-12-06 11:24:40

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Questions (HELP)

Well... For the first problem, just try this:

http://img210.imageshack.us/img210/657/help1g.gif

And for the second thing, there's so many ways to do what you're describing... To help you exactly I'd have to look at all your scripts, but there's a lot of them, so that makes it harder to make sense of them. Hopefully someone else can help...  smile


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#5 2011-01-02 20:11:47

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Questions (HELP)

For the 2nd: On the title screen, have a "Play" button.  When it is clicked, it hides itself, and broadcasts "Start Game".  For each of the blocks, put:

<when green flag clicked>
<hide>

<when I receive[ Start Game ]>
<show>

To make it so when they are all touched, the game is won.  Make a counter; every time a block is touched, it goes up by 1.  When the counter equals 5, the player wins the game.

Last edited by MoreGamesNow (2011-01-02 20:11:57)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer