Packageverlocity.display.gui
Classpublic class AchievementList
InheritanceAchievementList Inheritance UIElement Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  menuHeight : int = 400
[static]
AchievementList
  menuWidth : int = 300
[static]
AchievementList
 InheritedoriginX : Number
UIElement
 InheritedoriginY : Number
UIElement
Protected Properties
 PropertyDefined By
 InheritednScale : Number
UIElement
Public Methods
 MethodDefined By
  
AchievementList(iPosX:int, iPosY:int, sStage:Stage)
AchievementList
 Inherited
Clear():void
Clears all graphics drawn on the UI element.
UIElement
  
Dispose():void
[override]
AchievementList
 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
Public Constants
 ConstantDefined By
  achiFormat : TextFormat
[static]
AchievementList
  achiMenuFormat : TextFormat
[static]
AchievementList
Property Detail
menuHeightproperty
public static var menuHeight:int = 400

menuWidthproperty 
public static var menuWidth:int = 300

Constructor Detail
AchievementList()Constructor
public function AchievementList(iPosX:int, iPosY:int, sStage:Stage)



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

Constant Detail
achiFormatConstant
public static const achiFormat:TextFormat

achiMenuFormatConstant 
public static const achiMenuFormat:TextFormat