The ButtonAutoRepeatController class adds autorepeat
functionality to a button. This version is simply waits
a specified amount of time (default is 250ms), then repeats the button
event at a specified interval, which defaults to
125 milliseconds. Alternate implementations could
have non-linear repeat timing, look for keyboard modifiers to choose
different rates, etc.
The number of milliseconds to wait before repeating the event
for the first time.
interval
property
public var interval:int = 100
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The number of milliseconds to wait before repeating the event
after the first time. This value is not checked for
changes after the events start repeating.