home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
551-575
/
apd561
/
autoexec.amos
/
autoexec.amosSourceCode
next >
Wrap
AMOS Source Code
|
1991-01-17
|
445b
|
18 lines
'******************************
'* *
'* RAZZLE DAZZLE *
'* *
'* by *
'* *
'* K. SHARKEY *
'* Jan 16 '90 *
'******************************
'
Timer=0
If Exist("signon_pic")
Load Iff "signon_pic",0
End If
Repeat
Until(Mouse Key) or(Timer>500)
Run "RAZZLE_DAZZLE"
End