Recurity.Swf.AVM1.ActionGotoFrame2.ActionGotoFrame2 C# (CSharp) Method

ActionGotoFrame2() public method

Goes to a frame and is stack based
public ActionGotoFrame2 ( ) : System
return System
        public ActionGotoFrame2()
        {
            this._sceneBias = false;
            this._play = false;
            this._sceneBiasAmount = 0;

            _StackOps = new StackChange[ 1 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_String ); // frame number of string
        }

Same methods

ActionGotoFrame2::ActionGotoFrame2 ( bool play ) : System
ActionGotoFrame2::ActionGotoFrame2 ( bool bias, bool play, UInt16 amount ) : System