home *** CD-ROM | disk | FTP | other *** search
/ Flight + Action / FlightAction.img / mrmore / popup.dir / 00005_Script_5 < prev    next >
Text File  |  1995-12-06  |  235b  |  14 lines

  1. --TESTER
  2.  
  3. on TestPopup
  4.   global goPopup, gsPopupText, gsPopupStyle, gsPopupTitle
  5.   
  6.   set goPopup = window "Popup"
  7.   set gsPopupText = ""
  8.   set gsPopupTitle = "WΣhlen"
  9.   set gsPopupStyle = "MakeDir"
  10.   
  11.   open goPopup
  12. end
  13.  
  14.