| Method | Defined By | ||
|---|---|---|---|
ScrollerEvent(type:String) | ScrollerEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ACTIVE : String = active [static]
Event indicating that a scroller is now active meaning that the scroll position or
zoom factor are changing. | ScrollerEvent | ||
| INACTIVE : String = inactive [static]
Event indicating that a scroller is no longer active. | ScrollerEvent | ||
| ScrollerEvent | () | Constructor |
public function ScrollerEvent(type:String)type:String |
| ACTIVE | Constant |
public static const ACTIVE:String = activeEvent indicating that a scroller is now active meaning that the scroll position or zoom factor are changing.
| INACTIVE | Constant |
public static const INACTIVE:String = inactiveEvent indicating that a scroller is no longer active.