Packageverlocity.display.gui
Classpublic class PauseMenu
InheritancePauseMenu Inheritance UIElement Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  menuHeight : int = 200
[static]
PauseMenu
  menuWidth : int = 200
[static]
PauseMenu
 InheritedoriginX : Number
UIElement
 InheritedoriginY : Number
UIElement
Protected Properties
 PropertyDefined By
 InheritednScale : Number
UIElement
Public Methods
 MethodDefined By
  
PauseMenu(iPosX:int, iPosY:int)
PauseMenu
 Inherited
Clear():void
Clears all graphics drawn on the UI element.
UIElement
  
Dispose():void
[override]
PauseMenu
 Inherited
DrawRect(uiColor:uint = 0xFFFFFF, nAlpha:Number = 1, iWidth:int = 0, iHeight:int = 0, bLine:Boolean = false, iLineThickness:int = 1, uiLineColor:uint = 0xFFFFFF, nLineAlpha:Number = 1, bRounded:Boolean = false, iRoundness:int = 10, iOffsetX:int = 0, iOffsetY:int = 1):void
Draws a rectangle onto the UI element.
UIElement
 Inherited
GetScale():Number
Returns the scale of the UI element.
UIElement
 Inherited
ResetPos():void
Resets the X and Y position of the UI element to its original spawn position.
UIElement
 Inherited
SetOriginPos(nPosX:Number, nPosY:Number):void
Overrides origin position
UIElement
 Inherited
SetPos(nPosX:Number, nPosY:Number):void
Sets the X and Y position of the UI element.
UIElement
 Inherited
SetScale(nSetScale:Number):void
Sets the scale of the UI element.
UIElement
  
ToggleButtons(bEnable:Boolean):void
PauseMenu
Property Detail
menuHeightproperty
public static var menuHeight:int = 200

menuWidthproperty 
public static var menuWidth:int = 200

Constructor Detail
PauseMenu()Constructor
public function PauseMenu(iPosX:int, iPosY:int)



Parameters
iPosX:int
 
iPosY:int
Method Detail
Dispose()method
override public function Dispose():void

ToggleButtons()method 
public function ToggleButtons(bEnable:Boolean):void

Parameters

bEnable:Boolean