Class com.sekati.transitions.MousePan

Description

MousePan supporting fullscreen

Method Index

new MousePan()
destroy()

Inherited from CoreObject

Constructor Detail

MousePan

public function MousePan(target:MovieClip, speed:Number)

Constructor

Parameters

target(MovieClip)

Return

Void

Throws

FatalArgumentException

Method Detail

destroy

public function destroy():Void

Description copied from CoreObject

Clean and destroy object instance contents/self for garbage collection. Always call destroy() before deleting last object pointer.

Specified By

destroy() in com.sekati.core.CoreInterface

Overrides

destroy() in com.sekati.core.CoreObject