Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: running sequences backwards |
From: | John Croteau |
Date: | Mon, 15 Mar 1999 10:52:14 GMT |
Hi Samir,
One thing I forgot to mention. If your original is a simple Tween then
you should probably use the Duplicate and Reverse frames method because
it uses less bytes. If you are going to add more features like fast
forward or fast rewind then use the Control Movie Clip technique. If
your animation is frame by frame then this techniquie may be cheaper.
> >Reverse Control Movie Clip
> > Instance Name - Control
> >Frame 1 - Stop = Label:Park
> >Frame 2 - Label: Reverse
> > Tell Target Target: /
> > Go to Previous Frame
> > End Tell Target
> >
> >Frames 3+ - Tell Target Target: /
> > Go to Previous Frame
> > End Tell Tearget
> >
> >Last Frame - Tell Target Target: /
> > Go to Play Label: NextAction
> > End Tell Target
> > Go to and Stop Label:Park
> >
> >You need as many Frames in the control as there frames in your
> >animation.
> >This is assuming your animation is on the main timeline (/).
> >If not change the target as needed.
> >Label the frame on the Timeline you want the animation to go to as
> >NextAction
> >In the frame or button where you want the reverse to start put:
> >
> >Tell Target Target: /Control
> > Go to Play Label: Reverse
> >End Tell Traget
> >
> >If you label the frames then making a fast forward or fast rewind should
> >be easy to accomplish using this same technique.
> >
> >
> >----------- -----------------------
> >John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
> >------------- -------------------------
> >FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
> >Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
> >Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
> >The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> >------------------------------------------------------------------------
> >To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> >email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
> >N.B. Email address must be the same as the one you used to subscribe.
> >For info on digest mode send: info flasher to list-managershocker [dot] com
> >
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-managershocker [dot] com
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
Re: FLASH: running sequences backwards, Samir
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]