|
|||||||
| Tutorials:flash:reverse_timeline | ||||
Reverse TimeLineBy 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.
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.
on(release){ gotoAndStop(1); }
OR on(rollOut){ gotoAndStop(1); }
4. You are finished! You can click HERE to go back.
|