home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chipgame / introcreate.lha / IntroCreate / Compress.amos / Compress.amosSourceCode < prev    next >
Encoding:
AMOS Source Code  |  1996-06-23  |  223 b   |  12 lines

  1. Screen Open 0,320,256,32,Lowres
  2. Colour 1,0
  3. Curs Off 
  4. Flash Off 
  5. PIC$=Fsel$("","","Select an IFF picture")
  6. If PIC$<>""
  7.    Load Iff PIC$,1
  8.    Spack 1 To 1
  9.    SAV3$=Fsel$("","","Select output file")
  10.    Save SAV3$,1
  11. End If 
  12. End