Packagenet.guttershark.ui.controls.buttons
Classpublic class DialButton
InheritanceDialButton Inheritance MovieClipButton Inheritance flash.display.MovieClip



Public Properties
 PropertyDefined by
  dial : MovieClip
DialButton
 InheriteddownFrame : int = 3
The frame to go to for the down state.
MovieClipButton
 InheriteddownSound : String
The down sound to play.
MovieClipButton
 Inheritedlockable : Boolean = false
Set whether or not this button is lockable.
MovieClipButton
 Inheritedlocked : Boolean
Lock or unlock the button.
MovieClipButton
 InheritedlockedFrame : int = 4
The frame to go to for the (optional) locked state.
MovieClipButton
 InheritedlockSound : String
The sound to play when this button is locked.
MovieClipButton
  maxDegrees : int = 360
DialButton
  minDegrees : int = 0
DialButton
 InheritednormalFrame : int = 1
The frame to go to for the normal state.
MovieClipButton
 InheritedoutSound : String
The out sound to play.
MovieClipButton
 InheritedoverFrame : int = 2
The frame to go to for the over state.
MovieClipButton
 InheritedoverSound : String
The over sound to play.
MovieClipButton
  pixelToDegreeRatio : int = 4
DialButton
 InheritedunlockSound : String
The sound to play when this movie clip is unlocked.
MovieClipButton
 InheritedupSound : String
The up sound to play.
MovieClipButton
Public Methods
 MethodDefined by
  
DialButton
Protected Methods
 MethodDefined by
  
__onMouseDown(me:MouseEvent):void
DialButton
  
__onMouseMove(e:MouseEvent):void
DialButton
  
__onMouseUp(me:MouseEvent):void
DialButton
Public Constants
 ConstantDefined by
 InheritedLOCKED : String = "locked"
[static] Event identifier for the locked state
MovieClipButton
 InheritedUNLOCKED : String = "unlocked"
[static] Event identifier for the unlocked state
MovieClipButton
Property detail
dialproperty
public var dial:MovieClip
maxDegreesproperty 
public var maxDegrees:int = 360
minDegreesproperty 
public var minDegrees:int = 0
pixelToDegreeRatioproperty 
public var pixelToDegreeRatio:int = 4
Constructor detail
DialButton()constructor
public function DialButton()
Method detail
__onMouseDown()method
protected override function __onMouseDown(me:MouseEvent):voidParameters
me:MouseEvent
__onMouseMove()method 
protected function __onMouseMove(e:MouseEvent):voidParameters
e:MouseEvent
__onMouseUp()method 
protected override function __onMouseUp(me:MouseEvent):voidParameters
me:MouseEvent