home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TCE Demo 2
/
TCE_DEMO_CD2.iso
/
demo_cd_.2
/
mags
/
stosser
/
stoser08.arj
/
stoser08.msa
/
TUT.8
/
T8L1.ASC
Wrap
Text File
|
1987-04-22
|
740b
|
27 lines
10 rem **************************
20 rem *** ***
30 rem *** CHANGE MOUSE ***
40 rem *** ***
50 rem **************************
60 if mode<>0 then mode 0
70 cls : key off : curs off : hide on
80 if length(1)<>0 then goto 150
90 DRV=drive : drive=0 : dir$="A:\"
100 locate 10,10 : print "LOAD A SPRITE BANK" : wait 50
110 cls : show on : SPR$=file select$("*.MBK")
120 load SPR$
130 hide on : locate 10,10
140 print SPR$;" IS LOADED" : wait 50
150 cls
160 locate 0,0 : centre "Mouse key = start"
170 MK=0
180 repeat
190 MK=mouse key
200 until MK<>0
210 SP=1
220 show on
230 change mouse SP+3
240 if mouse key=3 then goto 250 else goto 240
250 fade 10
260 default : end