2 Questions

Hey guys I’m having a new flash problem. I have a black shape (rectangle) that is slightly transparent. The only problem is that when I mouse over a button behind the rectangle it still comes up with the hand cursor. Anyway to stop that and make the buttons un-clickable?

Thanks!

Delete all of the mouse related events of the button.

Yeah, but I want to be able to toggle them on or off.

myButton.enabled = false;