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

#1 2011-04-18 14:59:41

m2hashmi
New Scratcher
Registered: 2011-04-18
Posts: 1

help!!

How do I make one spirite say something when another spirite is clicked???

Offline

 

#2 2011-04-18 15:02:55

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: help!!

Code:
<when[ Sprite 1 ]clicked>
<broadcast[ Make other guy talk ]
For the other guy:
<when I receive[ Make other guy talk ]
<say[ Whatever ]for( How many )secs>
or forever (If you want):
<say[ Whatever ]

Last edited by thebuilderdd (2011-04-18 15:03:50)

Offline

 

Board footer