home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / musica / playgui / pgabout < prev    next >
Text File  |  2000-02-08  |  390b  |  26 lines

  1. G4C;PGAbout by Richard Kapp 1999 ; MUST BE IN THE FIRST(!) LINE
  2. WINBIG -1 -1 240 244 "About..."
  3. wintype 10000000
  4.  
  5. xonload
  6.         templ = no
  7.         unit = 0
  8.         
  9.        
  10.         loadimage PLAYGUI:SYS/Start.iff ab Workbench
  11.         guiopen PGAbout
  12.         image 0 0 ab
  13.  
  14. xonclose
  15.         freeimage ab
  16.         guiquit PGAbout
  17.  
  18.  
  19.  
  20.  
  21. xBUTTON 0 229 60 15 "OKAY"
  22. freeimage ab
  23. guiquit PGAbout
  24.  
  25.  
  26.