Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reversing the movie 1

Status
Not open for further replies.

fugigoose

Programmer
Jun 20, 2001
241
US
Is there a way to reverse a movie. Make the score move backwards? If not, is there a way to mirror a score. Because i have an animation I need to play backwards or forwards, depending which button they click. I got one way done, but I dont really wanna redo it all over the other way.
 
Have you tried :

on mouseWithin
if the mouseDown=TRUE then backwards
end

on backwards
play the frame-1
end
 
Thats so simple, I can't believe i didn't think of that. Thanx a bunch!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top