Package | hud |
Class | public class ChallengeElement |
Inheritance | ChallengeElement ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
ChallengeElement | |||
![]() | clearMatrix3D():void | BaseControl | |
![]() | getContainer():Sprite | BaseControl | |
HideNotification():void | ChallengeElement | ||
![]() | onAttached():void | BaseControl | |
![]() | onChildrenAttached():void | BaseControl | |
![]() | onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void | BaseControl | |
![]() | onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void | BaseControl | |
![]() | onEnterFrameHandler():void | BaseControl | |
![]() | onMouseEnabled(_arg_1:Boolean):void | BaseControl | |
![]() | onSetConstrained(_arg_1:Boolean):void | BaseControl | |
onSetData(_arg_1:Object):void | ChallengeElement | ||
onSetDataWithDelay(data:Object, dtDelay:Number):void | ChallengeElement | ||
![]() | onSetSize(_arg_1:Number, _arg_2:Number):void | BaseControl | |
![]() | onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void | BaseControl | |
![]() | onSetVisible(_arg_1:Boolean):void | BaseControl | |
playSound(_arg_1:String):void | ChallengeElement | ||
ShowNotification(title:String, total:uint, count:uint, completed:Boolean, timeRemaining:Number, imagePath:String):void | ChallengeElement | ||
ShowTotalNotification(title:String, total:uint, count:uint, timeRemaining:Number):void | ChallengeElement | ||
![]() | updateBounds():void | BaseControl |
ChallengeElement | () | Constructor |
public function ChallengeElement()
HideNotification | () | method |
public function HideNotification():void
onSetData | () | method |
public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onSetDataWithDelay | () | method |
public function onSetDataWithDelay(data:Object, dtDelay:Number):void
Parameters
data:Object | |
dtDelay:Number |
playSound | () | method |
public function playSound(_arg_1:String):void
Parameters
_arg_1:String |
ShowNotification | () | method |
public function ShowNotification(title:String, total:uint, count:uint, completed:Boolean, timeRemaining:Number, imagePath:String):void
Parameters
title:String | |
total:uint | |
count:uint | |
completed:Boolean | |
timeRemaining:Number | |
imagePath:String |
ShowTotalNotification | () | method |
public function ShowTotalNotification(title:String, total:uint, count:uint, timeRemaining:Number):void
Parameters
title:String | |
total:uint | |
count:uint | |
timeRemaining:Number |