Difference between revisions of "MovieClip:clearAction"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2011.6<br/> | |
| − | ''' | + | '''Class:''' [[MovieClip]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Clears the action (goto or stop) at the specified frame. | |
| − | Clears the action (goto or stop) at the specified frame. | ||
| − | |||
| − | |||
<source lang="lua"> | <source lang="lua"> | ||
| − | + | MovieClip:clearAction(frame) | |
</source> | </source> | ||
| − | === | + | |
| − | '''frame''': (int) | + | === Parameters === |
| + | '''frame''': (int) the frame number<br/> | ||
{{MovieClip}} | {{MovieClip}} | ||
Revision as of 21:49, 24 April 2022
Available since: Gideros 2011.6
Class: MovieClip
Description
Clears the action (goto or stop) at the specified frame.
MovieClip:clearAction(frame)
Parameters
frame: (int) the frame number