00:00
00:00
Newgrounds Background Image Theme

decafpanda just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Problems with sound

414 Views | 1 Reply
New Topic Respond to this Topic

Problems with sound 2006-08-08 01:12:42


I have browsed many tutorials for working with sound--
I tried working with action script...

So I'll ask the forum:

1.) How do you create sound that stops once the play button on a preloader has been pressed?

2 .) Also, if possible to do both how would you stop a sound loop

Any scripts or ideas?

Response to Problems with sound 2006-08-08 01:15:23


on(release){
stopAllSounds();
gotoAndPlay(wherever you want it to go);
}