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
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