Class com.bumpslide.core.BaseClip

????
   +--MovieClip
      +--com.bumpslide.core.BaseClip

Description

Bumpslide-specific base class for movie clips Adds support for stage proxy and various shortcut methods. All apps should have a BaseClip class that extends this one.

Field Index

addEventListener, alphaTo, colorTo, isTweening, removeEventListener, sizeTo, slideTo, stopTween, tween

Method Index

new BaseClip()

cancelEnterFrameCall(), debug(), delegate(), hide(), show(), toString()

Constructor Detail

BaseClip

function BaseClip()

Field Detail

addEventListener

public addEventListener:Function

removeEventListener

public removeEventListener:Function

tween

tween:Function
Tweening API stubs

isTweening

isTweening:Function

stopTween

stopTween:Function

colorTo

colorTo:Function

alphaTo

alphaTo:Function

sizeTo

sizeTo:Function

slideTo

slideTo:Function

Method Detail

show

function show(delay:Number)

hide

function hide(delay:Number)

delegate

function delegate()

Shortcut delegate method

cancelEnterFrameCall

function cancelEnterFrameCall()

Cancels pending onEnterFrameCall function

toString

function toString()

Overrides toString method to customize for this app

debug

function debug(s)

Custom logging/trace util

Parameters

s