Class com.bumpslide.ui.ClipScroller

????
   +--MovieClip
      +--com.bumpslide.ui.ClipScroller

Description

Bumpslide UI Scrollbar

Field Index

_isEnabled, addListener, bg_mc, broadcastMessage, content_mc, down_btn, enabled, errorFactor, handle_mc, hideWhenDisabled, hpad, mask_mc, maxContentPosition, minContentPosition, minIndicatorHeight, percentScrolled, removeListener, roundToScrollAmount, scrollAmount, scrollSpeed, showBorder, showButtons, targetContentY, tweenEnabled, up_btn, vpad

Method Index

new ClipScroller()

backgroundPress(), doTween(), dTrace(), handlePress(), handleRelease(), init(), onMouseWheel(), onUnload(), reset(), scrollDown(), scrollStop(), scrollUp(), setHeight(), startTweening(), stopTweening(), update(), updateHandleSize()

Constructor Detail

ClipScroller

function ClipScroller()

Field Detail

handle_mc

handle_mc

up_btn

up_btn

down_btn

down_btn

bg_mc

bg_mc

content_mc

content_mc

mask_mc

mask_mc

vpad

vpad

hpad

hpad

errorFactor

errorFactor

scrollSpeed

scrollSpeed

scrollAmount

scrollAmount

showBorder

showBorder

showButtons

showButtons

tweenEnabled

tweenEnabled

hideWhenDisabled

hideWhenDisabled

roundToScrollAmount

roundToScrollAmount

minIndicatorHeight

minIndicatorHeight

targetContentY

targetContentY

broadcastMessage

broadcastMessage:Function

removeListener

removeListener:Function

addListener

addListener:Function

percentScrolled

percentScrolled [Read Only]

minContentPosition

minContentPosition [Read Only]

maxContentPosition

maxContentPosition [Read Only]

_isEnabled

_isEnabled

enabled

enabled

Method Detail

dTrace

function dTrace(str)

init

function init(mask, content)

onUnload

function onUnload()

setHeight

function setHeight(h)

reset

function reset()

update

function update()

updateHandleSize

function updateHandleSize()

startTweening

function startTweening(fromHandleRelease)

stopTweening

function stopTweening()

doTween

function doTween(fromHandleRelease)

backgroundPress

function backgroundPress()

handlePress

function handlePress()

handleRelease

function handleRelease()

scrollUp

function scrollUp()

scrollDown

function scrollDown()

scrollStop

function scrollStop()

onMouseWheel

function onMouseWheel(delta, target)