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)  | |
</source>  | </source>  | ||
| − | '''frame  | + | '''frame''': (int) the frame number ''''''<br/>  | 
Revision as of 10: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 '