I am mystified by this situation. I instantiated a movieclip (mc) on the stage via actionscript in frame one. Then down the timeline I am trying to tween it and I can’t. I can remove it, adjust its display properties (_alpha, for example), etc. But if I try to apply a tween to it, it does not work.
mc_tween (it saves the world) makes using the built in tweening functions easier. All you have to do is use a [FONT=Courier New]#include “mc_tween2.as”[/FONT] in the first frame of your movie. I’ve used it for quite a while and am using it in this current movie.
I can tween this movie clip on the frame that it is instantiated on, but nowhere else (even though it exists throughout the entire length of the timeline).
What’s going on? Please view the attached image I slaved over to clarify my question :sure: