You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
i would like to play frames between 'start' and 'end' , i know i clould add gotoAndPlay('start') to 'stop' frame action but the 'stop' frame is dynamic input from java script
this is more like a feature request
is it possible to add playFrames('start','stop') on the api, so that we could use something like var start = x, stop = 'get from somewhere'); _anim.mc.playFrames(start,stop)
i would like to play frames between 'start' and 'end' , i know i clould add gotoAndPlay('start') to 'stop' frame action but the 'stop' frame is dynamic input from java script
this is more like a feature request
is it possible to add
playFrames('start','stop')on the api, so that we could use something likevar start = x, stop = 'get from somewhere'); _anim.mc.playFrames(start,stop)