| GUIFramework. | |
| Functions | |
| ClipLoaded | Tell the C++ code that a clip has been loaded. |
| ClipUnloaded | Tell the C++ code that a clip has been unloaded. |
| FlashKeyboardFocusChanged | Tell the C++ code wether there currently is a movie clip that needs focus or not. |
Tell the C++ code that a clip has been loaded.
public static function ClipLoaded( name: String, succeded: Boolean ) : Void
Tell the C++ code that a clip has been unloaded.
public static function ClipUnloaded( name: String ) : Void
Tell the C++ code wether there currently is a movie clip that needs focus or not.
public static function FlashKeyboardFocusChanged( needFocus: Boolean ) : Void