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

#1 2010-08-31 21:10:31

OlympMaster
New Scratcher
Registered: 2010-08-29
Posts: 9

How do I....

I have 4 sprites in scratch.  I want it so that when I click on one sprite it says " Good job" and when clicked on the other sprites it says "Sorry thats incorrect" and then broadcast the next thing.  Is this possible?

Thank You!

Offline

 

#2 2010-08-31 21:17:31

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: How do I....

Like this?

Sprite1:
http://i55.tinypic.com/35mmp7l.gif

Sprite2:
http://i55.tinypic.com/344786d.gif

smile


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#3 2010-08-31 21:23:08

OlympMaster
New Scratcher
Registered: 2010-08-29
Posts: 9

Re: How do I....

Thank you!
Now what if I had a sprite that is doing the talking, and I want it so that when I click sprite 1, sprite_talk says "good job" and then broadcast next question.

Offline

 

#4 2010-08-31 21:29:46

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: How do I....

You can remove the talk blocks from sprite 1 & 2, and use the when I recieve blocks for the talking sprite.

The sprite_talk's scripts would be:

Code:

When I receive [˘ correct]
say [Good job!] for (_) seconds
broadcast [˘ next question]

When I receive [˘ incorrect]
say [Sorry, that's incorrect.] for (_) seconds
broadcast [˘ next question]

http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#5 2010-08-31 21:48:04

OlympMaster
New Scratcher
Registered: 2010-08-29
Posts: 9

Re: How do I....

thank you

Offline

 

#6 2010-08-31 22:08:45

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: How do I....

Sure, no problem.  smile


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#7 2010-09-03 18:13:11

FlexiStudio
Scratcher
Registered: 2010-02-28
Posts: 1000+

Re: How do I....

Your making a quiz type game?
I've never made a game like that, tell me more  smile


Hey I'm back!-
FlexiStudio

Offline

 

Board footer