PDA

View Full Version : stop in current frame + play BACKWARDS ?!?


jule4489
06-19-2005, 09:22 PM
Should be really simple: I want to assign the action to a button to play the movie backwards. When the button is hit the movie should stop at the current frame and start playing backwards from this frame on. HOW?

Can anyone help? I have looked through several books and tutorials and can't find anything on it. I am new to Flash (MX, 6.0). Please explain in simple terms. I DO APPRECIATE IT!

oldnewbie
06-20-2005, 02:34 AM
http://www.actionscripts.org/forums/search.php3?searchid=1217095

Billystyx
06-21-2005, 01:10 PM
on(release){
back=true;
}
onEnterFrame=function(){
if(back==true){
prevFrame();
}
}

billystyx

btw - I don't think your link is working oldnewbie.

Raphaela
06-23-2005, 03:39 PM
http://www.actionscripts.org/forums/search.php3?searchid=1217095

*whispers* that link doesn't work, sorry to report.

oldnewbie
06-23-2005, 05:15 PM
Use the search and search for "reverse play"... You'll get dozens of threads on this issue.

Flash Gordon
06-23-2005, 05:33 PM
http://senocular.com/flash/tutorials/faq/#playbackwards