Difference between revisions of "MovieClip:clearAction"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Clears the action (goto or stop) at the specified frame. | Clears the action (goto or stop) at the specified frame. | ||
− | < | + | <syntaxhighlight lang="lua"> |
MovieClip:clearAction(frame) | MovieClip:clearAction(frame) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 14:31, 13 July 2023
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