Property | Type | Description | |
---|---|---|---|
_target | string |
Method | Description | |
---|---|---|
ActionSetTarget ( ) : System |
Instructs Flash Player to change the context of subsequent actions, so they apply to a named object (TargetName) rather than the current file
|
|
ActionSetTarget ( string target ) : System |
Instructs Flash Player to change the context of subsequent actions, so they apply to a named object (TargetName) rather than the current file
|
|
ToString ( ) : string |
Converts the action to a string
|
Method | Description | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
Parses the target from a source stream
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
Renders the target back to the output stream
|
public ActionSetTarget ( string target ) : System | ||
target | string | The target |
return | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream |
sourceVersion | byte | The version |
return | void |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | The output stream |
return | ulong |