home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1992-02-26 | 700 b | 25 lines |
- '====================
- 'EXAMPLE PROGRAM 5.0
- '====================
- 'A program to load an IFF picture and display it
- '
- Rem hide the mouse pointer
- '--------------------------
- Hide
-
-
- Rem LOAD an iff picture called SONIC.IFF from the disk in DF0: the file is
- Rem drawer PICS/. And then display it onto screen 0.
- Rem if you have the TCBGTA disk in your external drive change DF0: to DF1:
- '--------------------------------------------------------------------------
- Load Iff "DF0:PICS/SONIC.IFF",0
-
-
- Rem WAIT for the user to press a KEY
- '------------------------------------
- Wait Key
-
-
- Rem Go back to the Amos editor the program has ended
- '----------------------------------------------------
- Edit