home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1993-01-17 | 409 b | 25 lines |
- F$="df0:amospro/calc/iff/amospro_calc.iff"
- '
- ' F$ holds the name of the Iff picture
- ' press any key to see the effect
- '
- Load Iff F$,0
- '
- Screen Open 1,320,256,4096,Lowres
- Flash Off : Curs Off : Hide : Cls 0
- Get Palette 0
- '
- While Inkey$=""
- Wend
- '
- For N=0 To 128
- Screen Copy 0,0,N,320,N+1 To 1,0,N
- Screen Copy 0,0,256-N,320,256-N+1 To 1,0,256-N
- Wait Vbl
- Next N
- '
- While Inkey$=""
- Wend
- '
- Default
- Edit