When page loads mc1 also loads containing some tweens.
When I click a button mc1 plays backwards,
When finished playing backwards the mc associated with the button clicked loads In the same content mc as
mc1 was loaded before, also with tweens.
If another button is clicked mc2 plays backwards. And the
new mc loads associated with the button clicked, also in the same content mc.
If you are using timeline tweens, you just have to make each swf so that the first half of the timeline plays forwards, then reverse the tweens in the second half of the timeline so it looks backwards.
Actionscript can’t really talk to the timeline except for frame labels and frame numbers.
Perhaps you could try a generic action on the last frame of each movie clip. Your main timeline buttons assign the specific values so that the generic action becomes specific and loads the new movie.
Is there a way to take advantage of the
Prevframe command. Lets say I dont want to make
a outro animation in the swf’s. I just want to use a intro
animation and play it backwards for outro ?
You could use a prototype to make the movieclip play backwards using onEnterFrame and prevFrame(), and also have it check when the movieclip is at it’s first frame. If so, you then delete the onEnterFrame handler and call the same action as there normally is at the end of the outro animation: