Difference between revisions of "MovieClip:isPlaying"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(bool) = MovieClip:isPlaying() | (bool) = MovieClip:isPlaying() | ||
− | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === |
Latest revision as of 14:31, 13 July 2023
Available since: Gideros 2020.11
Class: MovieClip
Description
Returns whether or not current clip is playing.
(bool) = MovieClip:isPlaying()
Return values
Returns (bool) a value of "true" if current clip is playing, "false" otherwise