home *** CD-ROM | disk | FTP | other *** search
- screenInPro = "0";
- setProperty("_level27/halt", _visible, "0");
- set("_level40/sound/lib:sound","281");
- call("_level40/sound/lib:play");
- if(popup_closeType eq "cancel" and popup_size ne "Sync")
- {
- if(popup_cancel_target ne "")
- {
- call(popup_cancel_target);
- popup_cancel_target = "";
- }
- tellTarget(popup_me)
- {
- gotoAndStop("hold");
- }
- }
- else
- {
- popup_returnString = popup_body;
- tellTarget(popup_me)
- {
- gotoAndStop("hold");
- }
- if(popup_target ne "")
- {
- targetToCall = popup_target;
- popup_target = "";
- call(targetToCall);
- }
- }
- popup_cancel_target = "";
-