you might also want to take a look at Button.autoRepeat and Button styles repeatDelay and repeatInterval.
Daniel Freiman nondocs <http://nondocs.blogspot.com> On 5/7/07, gotjosh819i <[EMAIL PROTECTED]> wrote:
I would look into the Flash Timer and TimerEvent import flash.utils.Timer; import flash.events.TimerEvent; Those with the right code logic in conjunction with a mouseclick event should do the trick. --- In [email protected] <flexcoders%40yahoogroups.com>, "helix206" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I would like to know is there a simple way to do the folowing : Press a > buttom, and while its pressed button should call a function 24 times a > second, or at the speed of a movie? > > thx. >

