Summerschool23
11-25-2005, 03:37 AM
I had a movie with tweens in it and the fla got corrupt. I decompiled the last version I had (and the tweens were working great) and took all the code and put it into a new movie. Now I have tried all that I can think of and no tweening is working. I have tried the most basic tweens like
stop();
new mx.transitions.Tween(MC, "_x", mx.transitions.easing.None.easeNone, 0, 50, 4, true);
and I put this on a frame with a "MC" movie clip. The clip does nothing.
stop();
new mx.transitions.Tween(MC, "_x", mx.transitions.easing.None.easeNone, 0, 50, 4, true);
and I put this on a frame with a "MC" movie clip. The clip does nothing.