Packageorg.wak.gui
Interfacepublic interface IAdventureGui extends flash.events.IEventDispatcher
ImplementorsModernGui, SciGui, ScummGui

Interface for the Adventure Graphical user interface.



Public Properties
 PropertyDefined by
  display : DisplayObject
[read-only] Returns the display object of the gui.
IAdventureGui
  enabled : Boolean
IAdventureGui
  mouseCursor : DisplayObject
[read-only] The custom mouse pointer container.
IAdventureGui
Public Methods
 MethodDefined by
  
RemoveMouseCursor(pCursorLayer:Sprite):void
Remove the mouse cursor to the cursor Layer.
IAdventureGui
  
SetMouseCursor(pCursorLayer:Sprite):void
Add the mouse cursor to the cursor Layer.
IAdventureGui
Property detail
displayproperty
display:DisplayObject  [read-only]

Returns the display object of the gui.

Implementation
    public function get display():DisplayObject
enabledproperty 
enabled:Boolean  [read-write]Implementation
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void
mouseCursorproperty 
mouseCursor:DisplayObject  [read-only]

The custom mouse pointer container.

Implementation
    public function get mouseCursor():DisplayObject
Method detail
RemoveMouseCursor()method
public function RemoveMouseCursor(pCursorLayer:Sprite):void

Remove the mouse cursor to the cursor Layer.

Parameters
pCursorLayer:Sprite — the cursor layer sprite
SetMouseCursor()method 
public function SetMouseCursor(pCursorLayer:Sprite):void

Add the mouse cursor to the cursor Layer.

Parameters
pCursorLayer:Sprite — the cursor layer sprite