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__
<languages />
+
'''Available since:''' Gideros 2020.11<br/>
'''<translate>Available since</translate>:''' Gideros 2020.11<br/>
+
'''Class:''' [[MovieClip]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/MovieClip|MovieClip]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Returns whether or not current clip is playing.
Returns whether or not current clip is playing.<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
 
<source lang="lua">
 
 
(bool) = MovieClip:isPlaying()
 
(bool) = MovieClip:isPlaying()
</source>
+
</syntaxhighlight>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (bool) <translate>A value of "true" if current clip is playing; "false" otherwise</translate><br/>
+
=== Return values ===
 +
'''Returns''' (bool) a value of "true" if current clip is playing, "false" otherwise<br/>
  
 
{{MovieClip}}
 
{{MovieClip}}

Latest revision as of 15: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