Hello all. Ive been working on a flash project (using flash5) and am using some actionscript to which Im experiencing an odd problem. I have a movieclip on the _root level. I will name this movieclip instance "vitamins". this movieclip contains a simple tween. in frame 1, there is a "stop()" command so it will not run until intructed to. now, i want the movieclip instance "vitamins" to begin playing when a separate movie clip whos location is _root.movieclip.this_movieclip reaches the last frame. this last frame contains the actionscript:
_root.vitamins.gotoAndPlay(2);
I would expect the vitamins movieclip to play through its entire tween animation, however, the vitamins movieclip goes to frame 2 and STOPS. Why in the world does it just stop when the command is specifically telling the movieclip to go to frame 2 and play through.
Can anybody offer any help? This is kind of frustrating, cuz Im not able progress any further until this problem gets solved.
Thanks,
REI
_root.vitamins.gotoAndPlay(2);
I would expect the vitamins movieclip to play through its entire tween animation, however, the vitamins movieclip goes to frame 2 and STOPS. Why in the world does it just stop when the command is specifically telling the movieclip to go to frame 2 and play through.
Can anybody offer any help? This is kind of frustrating, cuz Im not able progress any further until this problem gets solved.
Thanks,
REI