Difference between revisions of "MovieClip:isPlaying"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2020.11<br/> '''<translate>Class</translate>:''' MovieClip<br/>...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2020.11<br/> | |
| − | ''' | + | '''Class:''' [[MovieClip]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Returns whether or not current clip is playing. | |
| − | + | <syntaxhighlight lang="lua"> | |
| − | |||
| − | < | ||
(bool) = MovieClip:isPlaying() | (bool) = MovieClip:isPlaying() | ||
| − | </ | + | </syntaxhighlight> |
| − | === | + | |
| − | ''' | + | === Return values === |
| + | '''Returns''' (bool) a value of "true" if current clip is playing, "false" otherwise<br/> | ||
{{MovieClip}} | {{MovieClip}} | ||
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