Свойство | Тип | Описание | |
---|---|---|---|
_label | string |
Метод | Описание | |
---|---|---|
ActionGoToLabel ( ) : System |
Instructs Flash Player to go to the frame associated with the specified label. You can attach a label to a frame with the FrameLabel tag
|
|
ActionGoToLabel ( string label ) : System |
Instructs Flash Player to go to the frame associated with the specified label. You can attach a label to a frame with the FrameLabel tag
|
|
ToString ( ) : string |
Converts the action to a string
|
Метод | Описание | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
Reads the label to jump to from a source stream
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
Renders the label to jump to back to an output stream
|
public ActionGoToLabel ( string label ) : System | ||
label | string | The label name |
Результат | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream |
sourceVersion | byte | The version |
Результат | void |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | The output stream |
Результат | ulong |