Difference between revisions of "MovieClip:clearAction"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Clears the action (goto or stop) at the specified frame.<br /> | Clears the action (goto or stop) at the specified frame.<br /> | ||
<br /> | <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
MovieClip:clearAction(frame) | MovieClip:clearAction(frame) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''frame''': (int) the frame number <br/> | + | '''frame''': (int) <translate>the frame number</translate> <br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2011.6
Description
Clears the action (goto or stop) at the specified frame.
MovieClip:clearAction(frame)
Parameters
frame: (int) the frame number