home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
authors
/
neil_wright
/
screenwipe2.amos
/
screenwipe2.amosSourceCode
Wrap
AMOS Source Code
|
1993-03-07
|
254b
|
14 lines
' Screen Wipe 2
' By Neil Wright '93
'
Screen Open 0,320,256,16,Lowres
Curs Off : Flash Off : Hide : Paper 1 : Cls 1
Y1=0
Y2=251
Locate ,10 : Centre "By Screen Wipes International"
Do
Ink 0 : Bar 0,Y1 To 320,Y1+5
Bar 0,Y2 To 320,Y2+5
Inc Y1
Dec Y2
Loop