How to set enable to false all the stage when it is calling a FMessageBox?
I want to obtain the same effect that happens when, for example, it is calling the Macromedia privacy panel or a message in the Flash Communication Server MX console.
Printable View
How to set enable to false all the stage when it is calling a FMessageBox?
I want to obtain the same effect that happens when, for example, it is calling the Macromedia privacy panel or a message in the Flash Communication Server MX console.
The easiest way I've seen it done is to make a big box that covers the entire stage, turn the box into a button, and set it's "showHandCursor" to false. Then when your message-box pops up, simply set the big button's visible to true, and vice-versa when you want to hide it.
Psx
Easy but ingenious.Quote:
Originally posted by psychlonex
The easiest way I've seen it done is to make a big box that covers the entire stage, turn the box into a button, and set it's "showHandCursor" to false. Then when your message-box pops up, simply set the big button's visible to true, and vice-versa when you want to hide it.
Psx
Thanks