Copy link to clipboard
Copied
The isPlaying property is reporting incorrectly. All MovieClips by default starts playing, but when you check this property, it is false by default until you call the play function. Anyone else experiencing this?
To replicate:
You should see false being traced out.
(Tested in Flash Professional CS6)
Copy link to clipboard
Copied
There is no MovieClip.isPlaying property, at least not in Flash AS3. The isPlaying property belongs to the AnimatorBase class
Copy link to clipboard
Copied
According to ActionScript reference the property exists. Refer to: MovieClip - Adobe ActionScript® 3 (AS3 ) API Reference
Find more inspiration, events, and resources on the new Adobe Community
Explore Now