00:00
00:00
Newgrounds Background Image Theme

SpeakyDooman 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!

Pause Button? 2006-08-02 14:40:28


What is the actionscript for a pause button?

Response to Pause Button? 2006-08-02 14:41:11


If you mean with a movie that's just using the main timeline:
on (release)
{
_root.stop();
}

Response to Pause Button? 2006-08-02 14:50:43


to stop everything ull hav to uyse

stopAllSounds()

(proly wrong sytax but somthin liek taht)


OS: Ace, coming soon to Newgrounds. Keep an eye out for it.

BBS Signature

Response to Pause Button? 2006-08-02 15:00:44


Or I could just set the sounds to stream

Response to Pause Button? 2006-08-02 16:30:24


At 8/2/06 02:41 PM, GamesCool wrote: If you mean with a movie that's just using the main timeline:
on (release)
{
_root.stop();
}

i think he meant a pause button when you hit p


fag.

BBS Signature

Response to Pause Button? 2006-08-02 16:39:28


nah theyre both good

Response to Pause Button? 2006-08-02 17:05:07


Make your button, put this in the sctions panel:

on(release){
_root.stop();
}

It's that easy.

Play buttons are the same, but this is the actionsscript:

on(release){
_root.play();
}

Go crazy.


Check out my newest News Post!

Anyone need an artist or coder for a game? Drop me a PM!

BBS Signature