Difference between revisions of "MovieClip:gotoAndPlay"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Goes to the specified frame and starts playing.<br /> <br /> <source lang="lua"> = MovieClip:go...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= MovieClip:gotoAndPlay(framereverse,)
+
MovieClip:gotoAndPlay(frame,reverse)
 
</source>
 
</source>
'''frame:''' (int) the frame number ''''''<br/>
+
'''frame''': (int) the frame number ''''''<br/>
'''reverse:''' (boolean) indicates to play backwards ''''''<br/>
+
'''reverse''': (boolean) indicates to play backwards ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Goes to the specified frame and starts playing.

 MovieClip:gotoAndPlay(frame,reverse)

'frame: (int) the frame number '
'reverse: (boolean) indicates to play backwards '