I’m going nuts,
I’ve deleted my former post on this, cause I didn’t explain it right.
Now it’s much simpeler:
I’ve got a button, and no matter how much objects are stacked on top of it, it is still clickable. I don’t wan’t this, and don’t know how to fix it…
I’ll attach the fla. You see, on the right button, I made a square shape and placed it over the button, but you can click right through it …
stlnly
system
July 16, 2003, 10:53am
2
do you just want the button to be clickable later in the movie?
system
July 16, 2003, 11:01am
3
I just want it clickable, when visible… anytime
If there’s a shape positioned on top of it, so then it’s ‘hidden’, I don’t want the mousepointer changing into a f#@ing :hair: hand on a place you don’t see no button
system
July 16, 2003, 12:10pm
5
_root.butMC.buttonA.enabled = false;
great ! that’s what I was looking for ! Didn’t know about this property at all…
thanks a lot.
stanley