home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sauce 'n' Code 1
/
sauce-n-code-01.adf
/
AMOS_Extension
/
stars_demo.amos
/
stars_demo.amosSourceCode
Wrap
AMOS Source Code
|
1995-05-06
|
344b
|
11 lines
'by steve in 30 secs flat, first time ive ever used this ext, very good stuff
Screen Open 0,320,256,16,Lowres
Hide : Cls 0
Extension_20_003A 0,1,128
Do
If Jup(1) Then Extension_20_0070 2
If Jdown(1) Then Extension_20_0070 3
If Jleft(1) Then Extension_20_0070 0
If Jright(1) Then Extension_20_0070 1
Exit If Inkey$=Chr$(27)
Loop