PDA

View Full Version : playing clip backwards?


mrand01
09-29-2003, 05:29 PM
OK I searched for this...didn't find anything (could've sworn I've seen something about this though). How do I make a movie play backwards? I tried something similar to this.


do{
arrow_mc.prevFrame();
} while(arrow_mc._currentframe > 1);


I tested this out on frame 8...and it jumps instantly to frame 1, no animation...is the do loop running too fast? I also tried setInterval(), but it crashed flash (maybe I did something wrong tho...)...lemme know, thanks

MR

dzy2566
09-30-2003, 11:17 AM
Check out this link. (http://www.webwasp.co.uk/tutorials/b06-backwards/backwards.htm) - All about the Google! :D

webguy
10-01-2003, 06:23 PM
http://www.actionscript.org/forums/showthread.php3?s=&threadid=29803&highlight=backwards

webG