MovieClip:isPlaying
From GiderosMobile
Available since: Gideros 2020.11
Class: MovieClip
Description
Returns whether or not current clip is playing. <syntaxhighlight lang="lua"> (bool) = MovieClip:isPlaying() </source>
Return values
Returns (bool) a value of "true" if current clip is playing, "false" otherwise