Difference between revisions of "MovieClip:play"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | ''' | + | '''Class:''' [[MovieClip]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Starts playing the movie clip. | |
− | Starts playing the movie clip. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | MovieClip:play(reverse) | |
</source> | </source> | ||
− | === | + | |
− | '''reverse''': (boolean) | + | === Parameters === |
+ | '''reverse''': (boolean) indicates to play backwards<br/> | ||
{{MovieClip}} | {{MovieClip}} |
Revision as of 21:54, 24 April 2022
Available since: Gideros 2011.6
Class: MovieClip
Description
Starts playing the movie clip.
MovieClip:play(reverse)
Parameters
reverse: (boolean) indicates to play backwards