Difference between revisions of "MovieClip:gotoAndStop"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Goes to the specified frame and stops.<br /> <br /> <source lang="lua"> = MovieClip:gotoAndStop...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= MovieClip:gotoAndStop(frame,)
+
MovieClip:gotoAndStop(frame)
 
</source>
 
</source>
'''frame:''' (int) the frame number ''''''<br/>
+
'''frame''': (int) the frame number ''''''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Goes to the specified frame and stops.

 MovieClip:gotoAndStop(frame)

'frame: (int) the frame number '