class flixel.addons.ui.FlxUIState extends FlxState implements IFlxUIState implements IEventGetter
Available on all platforms
This is a simple extension of FlxState that does two things: * 1) It implements the IFlxUIState interface * 2) Automatically creates a FlxUI objects from a single string id * * Usage: * Create a class that extends FlxUIState, override create, and * before you call super.create(), set xmlid to the string id * of the corresponding UI xml file (leave off the extension). * * @author Lars Doucet