Difference between revisions of "MovieClip:gotoAndStop"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2011.6<br/> | |
| − | ''' | + | '''Class:''' [[MovieClip]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Goes to the specified frame and stops. | |
| − | Goes to the specified frame and stops. | ||
| − | |||
<source lang="lua"> | <source lang="lua"> | ||
| − | + | MovieClip:gotoAndStop(frame) | |
</source> | </source> | ||
| − | === | + | |
| − | '''frame''': (int) | + | === Parameters === |
| + | '''frame''': (int) the frame number<br/> | ||
{{MovieClip}} | {{MovieClip}} | ||
Revision as of 21:53, 24 April 2022
Available since: Gideros 2011.6
Class: MovieClip
Description
Goes to the specified frame and stops.
MovieClip:gotoAndStop(frame)
Parameters
frame: (int) the frame number