MovieClip:isPlaying

From GiderosMobile
Revision as of 15:28, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

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