| Package | net.guttershark.ui.controls.buttons |
| Class | public class DialButton |
| Inheritance | DialButton MovieClipButton flash.display.MovieClip |
| Property | Defined by | ||
|---|---|---|---|
| dial : MovieClip | DialButton | ||
![]() | downFrame : int = 3
The frame to go to for the down state.
| MovieClipButton | |
![]() | downSound : String
The down sound to play.
| MovieClipButton | |
![]() | lockable : Boolean = false
Set whether or not this button is lockable.
| MovieClipButton | |
![]() | locked : Boolean
Lock or unlock the button.
| MovieClipButton | |
![]() | lockedFrame : int = 4
The frame to go to for the (optional)
locked state.
| MovieClipButton | |
![]() | lockSound : String
The sound to play when this button is locked.
| MovieClipButton | |
| maxDegrees : int = 360 | DialButton | ||
| minDegrees : int = 0 | DialButton | ||
![]() | normalFrame : int = 1
The frame to go to for the normal state.
| MovieClipButton | |
![]() | outSound : String
The out sound to play.
| MovieClipButton | |
![]() | overFrame : int = 2
The frame to go to for the over state.
| MovieClipButton | |
![]() | overSound : String
The over sound to play.
| MovieClipButton | |
| pixelToDegreeRatio : int = 4 | DialButton | ||
![]() | unlockSound : String
The sound to play when this movie clip is unlocked.
| MovieClipButton | |
![]() | upSound : String
The up sound to play.
| MovieClipButton | |
| Method | Defined by | ||
|---|---|---|---|
| DialButton | |||
| Method | Defined by | ||
|---|---|---|---|
|
__onMouseDown(me:MouseEvent):void
| DialButton | ||
|
__onMouseMove(e:MouseEvent):void
| DialButton | ||
|
__onMouseUp(me:MouseEvent):void
| DialButton | ||
| dial | property |
public var dial:MovieClip
| maxDegrees | property |
public var maxDegrees:int = 360
| minDegrees | property |
public var minDegrees:int = 0
| pixelToDegreeRatio | property |
public var pixelToDegreeRatio:int = 4
| DialButton | () | constructor |
public function DialButton()
| __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 |