public var mc: MovieClip
public var fm: TextFormat
private var tf: TextField
Constructor.
public function TraceField( mc: MovieClip, x: Number, y: Number, w: Number )
Constructs the textfield after the instance of the object has been instantiated.
private function makeField( mc: MovieClip, x: Number, y: Number, w: Number ):Boolean
Increases the font size of the instance textfiled by one.
public function increaseFontSize():Void
Reduces the font size of the instance textfiled by one.
public function decreaseFontSize():Void
public function set text( t: String ):Void
Tidies up all resources created by this class instance.
public function kill():Boolean