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.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(bool) = MovieClip:isPlaying()
 
(bool) = MovieClip:isPlaying()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

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