A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: set enable to false

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    22

    resolved

    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.

  2. #2
    psx = new Moderator();
    Join Date
    Jan 2001
    Posts
    923
    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

  3. #3
    Junior Member
    Join Date
    Jul 2002
    Posts
    22

    thanks

    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
    Easy but ingenious.
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center