Interface com.sekati.display.ITweenClip

Description

Interface describing com.sekati.display clips which add prototypical (mc_tween2-like) tween functionality via mix-in.

See Also

Method Index

stopTween(), tween()

Inherited from IBaseClip

Inherited from CoreInterface

Method Detail

tween

function tween():Void

wraps com.sekati.transitions.Tweener.addTween

Return

Void

stopTween

function stopTween():Void

wrap com.sekati.transitions.Tweener.removeTweens

Return

Void