C# Class Recurity.Swf.AVM1.ActionGotoFrame

Blitzableiter ActionGotoFrame represents the Adobe AVM1 ActionGotoFrame
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Protected Properties

Свойство Type Description
_frameIndex System.UInt16

Méthodes publiques

Méthode Description
ActionGotoFrame ( ) : System

Instructs Flash Player to go to the specified frame in the current file

ActionGotoFrame ( UInt16 frame ) : System

Goes to a frame and is stack based.

ToString ( ) : string

Converts the action to a string

Méthodes protégées

Méthode Description
Parse ( System sourceStream, byte sourceVersion ) : void

Parses frame number to go to from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( BinaryWriter outputStream ) : ulong

Writes the frame number to go to back to the output stream

Method Details

ActionGotoFrame() public méthode

Instructs Flash Player to go to the specified frame in the current file
public ActionGotoFrame ( ) : System
Résultat System

ActionGotoFrame() public méthode

Goes to a frame and is stack based.
public ActionGotoFrame ( UInt16 frame ) : System
frame System.UInt16 The frame numberof the destination frame.
Résultat System

Parse() protected méthode

Parses frame number to go to from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
Résultat void

ParseFrom() protected méthode

Parses the action from a string array
protected ParseFrom ( ) : bool
Résultat bool

Render() protected méthode

Writes the frame number to go to back to the output stream
protected Render ( BinaryWriter outputStream ) : ulong
outputStream System.IO.BinaryWriter The outputstream
Résultat ulong

ToString() public méthode

Converts the action to a string
public ToString ( ) : string
Résultat string

Property Details

_frameIndex protected_oe property

protected UInt16,System _frameIndex
Résultat System.UInt16