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

#1 2012-08-24 07:14:54

cutekittenkatie
New Scratcher
Registered: 2012-08-24
Posts: 9

Help!!!!!!!!!!!!!!!!!!

When I click on a sprite it talks. How do I get that to only work once? Please help!  smile

Offline

 

#2 2012-08-24 07:17:19

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Help!!!!!!!!!!!!!!!!!!

when gf clicked
set [clicked? v] to [0]

when [whatever] clicked
if <(clicked?) = [0]>
 say [whatever] for (2) secs
 set [clicked? v] to [1]
end
smile


http://i50.tinypic.com/312u714.jpg

Offline

 

#3 2012-08-24 09:53:12

zammer990
Scratcher
Registered: 2012-01-22
Posts: 500+

Re: Help!!!!!!!!!!!!!!!!!!

when gf clicked
wait until <<touching [mouse pointer v]?> and <mouse down?>>
say [whatever]


http://i45.tinypic.com/2ynq7nn.jpg Play now!

Offline

 

Board footer