openfl.display,MovieClip.isPlaying works when targeting flash, but when I target windows or neko I get:
“openfl.display.MovieClip has no field isPlaying (Suggestion: __playing)”
__playing seems to be what I’m looking for but it’s private, why not add a public accessor, and why is completion disabled on flash?
Edit - Some other thing I noticed:
Neko and C++ movieclips don’t play unless they are added to the stage. This is what I’m testing.