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

#1 2012-12-30 02:52:13

AIRFORCE5
New Scratcher
Registered: 2012-12-30
Posts: 1

help with buttons pronto!

i've been working on a very long project now for about 4 months. it's a zombie game that is very amazing! but i can't figure out how to make one simple action work...

basically i want a "shotgun cocking" sound to play every time my curser hovers over the start button. i've tried to program this multiple ways to no avail... all attempts have either spazzed out and tried to play hundreds of sounds together or no sounds at all.... this has the potential to be a very great game if i can get this to work.

Please help!

Offline

 

#2 2012-12-30 10:40:33

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Re: help with buttons pronto!

when gf clicked
forever
if <touching [mouse pointer v]?>
play sound [... v]
wait until <not<touching [mouse pointer v]?>>
end
end
That should work...

Last edited by letmethink (2012-12-30 10:42:15)


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

Board footer