Playing movies in reverse

i don’t know if u r trying to reverse an swf or a simple movie clip. i checked the attached website and that type of actions is usually a simple movie clip which has two tweens. the first tween has a mask which exposes the text and the second tween moves the mask back away, hidding it. or u can just mess around with alpha.

but i am diverging. u simply put a stop after each tween and on(rollOver)
gotoAndPlay(“fadeIn”);
on(rollOut)
gotoAndPlay(“fadeOut”);

now if u are dealing with swf files and trying to reverse i have no idea i came into that problem trying to create preloaders, but i found a way around it