home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Millennium Time Capsule
/
AC2000.BIN
/
disks
/
ac13disk
/
plug_ins
/
popup
/
popup.sic
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-02-13
|
294 b
|
14 lines
/*
Test Script for the Popup-Plugin
*/
Popup.Do(300, 300,
" This is a ",
" popup menu ",
" displayed with ",
" the Plug 'n' Pop ",
" GEMScript plug-in. ",
" InsideGEM, ",
" Atari Computing ",
" Issue 13. ");
Popup.Quit();