Difference between revisions of "MovieClip:isPlaying"
From GiderosMobile
(removed language stuff) |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Returns whether or not current clip is playing. | Returns whether or not current clip is playing. | ||
− | < | + | <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