Hi,
I'm still kind of new to actionscript so I was wondering if someone could help me.
I've got a button that currently when pressed executes a function e.g.
myButton.onPress = function () {
myFunction (Parameter1,Parameter2,Parameter3);
};
How can I set it up so that whilst the button is pressed down it continues to execute the function repeatedly until the user releases it?
Any help would be very much appreciated.
I'm still kind of new to actionscript so I was wondering if someone could help me.
I've got a button that currently when pressed executes a function e.g.
myButton.onPress = function () {
myFunction (Parameter1,Parameter2,Parameter3);
};
How can I set it up so that whilst the button is pressed down it continues to execute the function repeatedly until the user releases it?
Any help would be very much appreciated.