Свойство | Type | Description | |
---|---|---|---|
_frameIndex |
Méthode | Description | |
---|---|---|
ActionGotoFrame ( ) : System |
Instructs Flash Player to go to the specified frame in the current file
|
|
ActionGotoFrame ( |
Goes to a frame and is stack based.
|
|
ToString ( ) : string |
Converts the action to a string
|
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 ( |
Writes the frame number to go to back to the output stream
|
public ActionGotoFrame ( |
||
frame | The frame numberof the destination frame. | |
Résultat | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream |
sourceVersion | byte | The version |
Résultat | void |
protected Render ( |
||
outputStream | The outputstream | |
Résultat | ulong |