all groups > flash actionscript > january 2004 >
You're in the

flash actionscript

group:

Pause Button


Pause Button Cabebs
1/23/2004 10:27:22 PM
flash actionscript:
I am converting a power point presintation into a flash movie. Oh fun fun. I need to make a button that stops the movie when pressed and starts the movie when pressed a second time. It has been a while since I used flash. Please help.

CA Bebs

Re: Pause Button stwingy
1/24/2004 12:23:30 AM
button with instance name myButton
on the timeline of the mc.
myButton.onRelease = function(){
(playing=!playing) ? stop() : play()
}

Certified but not by Macromedia!
AddThis Social Bookmark Button