home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1993-03-08 | 427 b | 17 lines |
- Load Iff Fsel$(""),1 : Screen Display 1,98,28,,
- SW=Screen Width : SH=Screen Height : NC=Screen Colour
- EW#=200 : EH#=200
-
- RX#=SW/EW# : RY#=SH/EH#
- Screen Open 0,SW,SH,NC,Lowres : Flash Off : Get Palette 1 : Cls 0 : Screen Display 0,98,100,,
- While Y1#<SH
- While X1#<SW
- X1#=X1#+RX# : X=Int(X1#)
- Screen Copy 1,X,Y,X+1,Y+1 To 0,XX,YY
- Inc XX
- Wend
- X1#=0
- Y1#=Y1#+RY# : Y=Int(Y1#)
- Inc YY : XX=0
- Wend
- End