Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > pausing/playing flash with click

pausing/playing flash with click
Thread Tools
Mac Enthusiast
Join Date: Oct 2001
Status: Offline
Reply With Quote
Jan 23, 2003, 06:00 PM
 
How does one go about implementing pause and playing (toggle play state basically) of a flash animation whenever the user clicks anywhere on the animation?
     
Fresh-Faced Recruit
Join Date: Oct 2002
Status: Offline
Reply With Quote
Jan 23, 2003, 11:54 PM
 
This should do what you need, place it on the _root timeline on frame 2 or 3.

isPaused = false;
this.onMouseUp = function() {
if (isPaused) { play(); } else { stop(); }
isPaused = !isPaused;
}

Cheers,
Grant Skinner.

edit: submitted too soon
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 02:05 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2