MovieClip - trouble with instance.play() & stop()
Hello, I'm trying to start and stop a simple animation. I made a circle, converted it to a MovieClip symbol named 'circle', and move it around using a tween. It stops and plays when I pass the 'stop()' or 'this.stop()' and 'play()' or 'this.play()' commands, but does neither when i use 'circle.play()' or 'circle.stop()'.
I have tried 'insert target path' and it passes in 'this.circle' but it still does not work.
Any suggestions?