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...