Go Back   The Clock Crew
Register FAQ Members List Search Today's Posts Mark Forums Read

Tutorials:flash:reverse_timeline
Home   Backlinks   15 Views   Index   Random  
   

Reverse TimeLine


By Roman Clock

–Compatable: MX, MX 2004, Flash 8–

1. First, create a movieclip and name it whatever you want. We will call it “revER”.

2. Now create three (3) keyframes.

  • The first frame will contain the code: stop();
  • The second frame will contain the code: _root.prevFrame();
  • The last frame will contain the code: gotoAndPlay(2);

3. Now create a button inside the movieclip of “revER”. You can give it any name, we will call it “revButton”. Put the same button on the same spot in each of the keyframes. You can add whatever graphics to it you like.

  • The first button should have the code: //on(release){ gotoAndPlay(2); }
  • The second and third button should have one of the following codes
on(release){ gotoAndStop(1); }

OR

on(rollOut){ gotoAndStop(1); }

4. You are finished! You can click HERE to go back.





  • Need more help? Post your questions HERE!!!

 

Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.