PDA

View Full Version : button remain hilighted


majin
02-28-2003, 12:46 PM
I'd like to know how it's possible to leave a button highlighted,
after pressed it.

Many thanks
majin

avatar
02-28-2003, 02:09 PM
Hi,

Make an invisible button (fill only the "hit" field).
Put it over an MC.
Then put something like this on the button

on (press){
_root.myMC.gotoAndStop("pressed");
}

Got the picture?

majin
02-28-2003, 02:40 PM
Sorry but I don't understand,
if is invisible I have to put in over
another button???
I want when the button is clicked "freezed" in down position

thanks
majin

binkyboo
02-28-2003, 03:47 PM
Billy's file I think is what you're after.

http://www.actionscript.org/forums/showthread.php3?s=&threadid=23402