Here is my situation. Level 1 is a play and stop button which loads an animation onto Level 2, however once the movie is loaded onto Level 2, you can still press the play button which causes the animation to disappear for a split second and then starover again.
Is it possibe to tell a button that if animation.swf is loaded onto level 2, not to do anything. If animation.swf is not loaded then load it?
Cheers.
(If im not making any sense, I can whip up a .fla)
One the animation is loaded, it plays. But when play is pressed, the animation starts again, this is what I would like to stop by way of telling the button to do nothing if animation.swf is already loaded onto level 1.
Just put a variable on the first frame of your loaded movie. Then on your button use an if statment to determine if the movie is loaded by looking at that variable.