Class com.sekati.effects.AnimHandler

Description

Create an animation handler object to preserve the objects natural onEnterFrame event.

Method Index

create(), destroy()

Method Detail

create

static public function create(tf:TextField):MovieClip

Create a BaseClip onEnterFrame animation handler object for text effects. Only one anim handler per TextField; old or running anim handlers are automatically removed and overwritten to prevent animation overlaps.

Parameters

tf(TextField) target text

Return

MovieClip

destroy

static public function destroy(tf:TextField):Void

Destroy an animation.

Parameters

tf(TextField) target text

Return

Void