all groups > flash (macromedia) > march 2007 >
You're in the

flash (macromedia)

group:

play forward then backward


play forward then backward neuroza
3/18/2007 10:24:32 PM
flash (macromedia): Hi, please anybody help.
I need to create an small SWF flash video. Everything is ok, but I just want
that when the video come to end then begin to play backward and then foreward
and then backward, etc...
I need this kind of loop.
Re: play forward then backward mclem
3/19/2007 3:41:42 PM
you can use the _root.prevFrame() function to go back a frame. you can then
create an onEnterFrame function that has _root.preFrame(); inside of it and do
a check if (_root._currentframe == 1) { delete _root.onEnterFrame;
_root.gotoAndPlay(2);} so on the last frame you create the on enterframe that
will keep going to the previous frame until you get back to frame 1 then you
delete the on enterframe and tell the animation to play again, and that should
work for you .
Re: play forward then backward mclem
3/19/2007 3:42:16 PM
Re: play forward then backward neuroza
3/19/2007 5:31:55 PM
MCLEM, thanks, but am pretty newbee...

Is there any easy solution, maybe something where I can just select this kind
of loop "foreward-backward"...
I will try Your solution, but like I say am just a beginner...

Maybe, if You can, can You create an very simplified flash document that work
in this way and send it to neuroza@yahoo.com

Anyway thanks...

AddThis Social Bookmark Button