I’ve got a button underneath a mc, is there any way the button cannot be clicked. Because now, even when the button is under the mc, the mouse-hand appears and you can click it…
Thanks :panda:
I’ve got a button underneath a mc, is there any way the button cannot be clicked. Because now, even when the button is under the mc, the mouse-hand appears and you can click it…
Thanks :panda:
Disable the button
my_button.enabled=false;
my button isn’t completely covered by the mc, just a corner. So when you go over the corner that is covered, you still see the hand-mousepointer, I would want to disable that, but my button still has to work
Disable the hand cursor then:
my_button.useHandCursor=false;
:: Copyright KIRUPA 2024 //--