home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
451-475
/
apd463
/
amos1.34_progs
/
horiz_venetian.amos
/
horiz_venetian.amosSourceCode
< prev
next >
Wrap
AMOS Source Code
|
1993-01-17
|
309b
|
20 lines
Rem Venetian Blind (Horizontal)
'
' Press any key to see the effect
'
Unpack 2 To 0
Screen Open 1,320,256,16,Lowres : Flash Off : Curs Off : Hide : Cls 0
Get Palette 0
'
Wait Key
'
For A=0 To 30
For N=0 To 320 Step 30
Screen Copy 0,N,0,A+N,200 To 1,N,0
Next N
Next A
'
Wait Key
'
Default
Edit