| Package | gs.util.text |
| Class | public class AutoTyper |
| Method | Defined by | ||
|---|---|---|---|
|
AutoTyper(_tf:TextField)
Constructor for AutoTyper instances.
| AutoTyper | ||
|
type(_text:String, _timePerChar:Number):void
Type some text.
| AutoTyper | ||
| AutoTyper | () | constructor |
public function AutoTyper(_tf:TextField)Constructor for AutoTyper instances.
Parameters_tf:TextField — The text field to type to.
|
| type | () | method |
public function type(_text:String, _timePerChar:Number):voidType some text.
Parameters_text:String — The text to type.
|
|
_timePerChar:Number — The time in milliseconds to wait before typing each char.
|