home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac13disk / plug_ins / popup / popup.sic < prev    next >
Encoding:
Text File  |  1999-02-13  |  294 b   |  14 lines

  1. /*
  2.     Test Script for the Popup-Plugin
  3. */
  4.  
  5. Popup.Do(300, 300,
  6.             " This is a          ",
  7.             " popup menu         ",
  8.             " displayed with     ",
  9.             " the Plug 'n' Pop   ",
  10.             " GEMScript plug-in. ",
  11.             " InsideGEM,         ",
  12.             " Atari Computing    ",
  13.             " Issue 13. ");
  14. Popup.Quit();