PDA

View Full Version : Play forwards and backwards?


manuelarean
05-28-2003, 09:22 AM
Hi there! Anybody can help? please...

I just post this in the ActionScript Forum, but I just realized that maybe here would be best...

I want to do a movieclip with the next condition...

When RollOver on a button, I want the movie play forwards, and them, if you RollOut that button, play backwards from the actual frame ...

If anyone have a suggestion I will appreciate it..

Excuse me about mi english and the duplicated post...





:confused:

death
05-28-2003, 09:33 AM
Hail ....
i think flash cant play back ward you should backward your frames ! for example if you have 5 frame from 1 to 5 then you want to back ward them from 5 to 1 its better to paste frames from 5 to 1 ... you should make e layer from 1-5 frame then on frame 6-11 paste your 5-1 frames (content)
when on roll over for forwarding gotoandplay(1);
for backward gotoandplay(6);
its my idea but maybe we have a better way 4 that :)

manuelarean
05-28-2003, 09:54 AM
First of all thanks for your advice, if you think that you could help a little more, here is the - - but - -

Its okay but following your example, I want if you roll over the button on frame 3, them you play - - Back - - from this frame, in your example, frame 7, and keep this functionality on all the frames, from 1 to 9 in your example, for both behaviors, RollOver and RollOut....

Thanks

Excuse me about mi english again....

death
05-28-2003, 12:35 PM
Hail ....
i think u have problem with rollover and rollout yes? ..
u want in every frame your button has a individual action ?!
for example when we are in frame 3 and rollover the button goto fw from frame 3 to 4-5-6-7 and... is that what u mean?
i send u this fla file test that and tell me is this what u want?!
then if you cant figure it out tell me to explain more about mcs and actions:)

hope i can help you...

tost
05-28-2003, 01:23 PM
check this thread (http://www.actionscript.org/forums/showthread.php3?s=&threadid=9856&highlight=reverse+play), and remember to use the search ;)
grtz
tost

manuelarean
05-28-2003, 05:18 PM
Problem solved.....

Now I'm adapting the solutions to my own project...

I'll post the fla file here when I finish...

Thanks again

:D