Packagegs.util.text
Classpublic class AutoTyper

The AutoTyper class will auto type some text into a text field at scheduled intervals.



Public Methods
 MethodDefined by
  
AutoTyper(_tf:TextField)
Constructor for AutoTyper instances.
AutoTyper
  
type(_text:String, _timePerChar:Number):void
Type some text.
AutoTyper
Constructor detail
AutoTyper()constructor
public function AutoTyper(_tf:TextField)

Constructor for AutoTyper instances.

Parameters
_tf:TextField — The text field to type to.
Method detail
type()method
public function type(_text:String, _timePerChar:Number):void

Type some text.

Parameters
_text:String — The text to type.
 
_timePerChar:Number — The time in milliseconds to wait before typing each char.