Hi everyone,
Does anyone know how to make a button stay in the down position in CS3, Actionscript 3.0?
I have 3 buttons, each with the same roll over state. What I’d like to do is when the button is clicked, it remains in the roll over state until something else happens.
Thanks!!!
The only way to do this is to set buttonMode = false and listen in on the vents and manage the timeline yourself.
I am new to flash and do not really understand what you mean by your comment. if you could explain a little more it would be greatly appreciated.
First off are you doing something similar to:
btn.buttonMode = true; // setting button mode
And the btn has the _up, _over, _down labels?
yes. the btn has the up, over, down labels. now what?