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
Could you please let me know how I can access the current frame number being played. Its stored at MovieSprite._frame but since its private I can't access it. Is there any other way to do this? Its a flump exported movieclip.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
This is a hacky solution but you can add metadata to the function who wants to access the frame number; then you can access private variables. You can create a util class with this function:
@:access(flambe.swf)
public static function getMovieSpriteFrame(movieSprite:MovieSprite) return movieSprite._frame;
Hi,
Could you please let me know how I can access the current frame number being played. Its stored at MovieSprite._frame but since its private I can't access it. Is there any other way to do this? Its a flump exported movieclip.
Thanks for your help.
The text was updated successfully, but these errors were encountered: