Difference between revisions of "MovieClip:setStopAction"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | === | + | '''Class:''' [[MovieClip]]<br/> |
− | + | ||
− | Sets a | + | === Description === |
− | with stop action, it stops playing. This function is usually used to divide | + | Sets a stop action to the specified frame. |
− | the animation into independent parts. | + | <syntaxhighlight lang="lua"> |
− | + | MovieClip:setStopAction(frame) | |
− | + | </syntaxhighlight> | |
− | + | ||
− | + | When the movie clip reaches a frame with a stop action, it stops playing. | |
− | === | + | |
− | '''frame''': (int) | + | This function is usually used to divide the animation into independent parts. |
+ | |||
+ | === Parameters === | ||
+ | '''frame''': (int) the frame number<br/> | ||
+ | |||
+ | {{MovieClip}} |
Latest revision as of 14:31, 13 July 2023
Available since: Gideros 2011.6
Class: MovieClip
Description
Sets a stop action to the specified frame.
MovieClip:setStopAction(frame)
When the movie clip reaches a frame with a stop action, it stops playing.
This function is usually used to divide the animation into independent parts.
Parameters
frame: (int) the frame number