home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TCE Demo 2
/
TCE_DEMO_CD2.iso
/
demo_cd_.2
/
mags
/
stosser
/
stoser19.arj
/
stoser19.msa
/
GIVEAWAY
/
RASTFADE.BAS
(
.txt
)
< prev
next >
Wrap
Atari STOS Basic
|
1994-11-14
|
2KB
|
66 lines
1 REM 1 Colour Raster fade thingy
10 KEY
100 NEXT
11 REM
110 DATA
111 REM
112 REM skip over to the main routine
113 REM
12 REM Set up a colour bank
120 GOTO
121 REM
122 REM The actual fade rout
123 REM
13 REM Clear the whole lot to 0 (black) then set the top half to $777 (white)
130 FOR
14 REM
140 EXTENSION (Index #18) (Token 0x8e)
150 WAIT VBL
160 NEXT
170 WAIT KEY
180 FOR
190 EXTENSION (Index #18) (Token 0x8e)
2 REM Requires Son Of Missing Link Whatever that extension EX? is
20 RESERVE
200 WAIT VBL
210 NEXT
220 EXTENSION (Index #18) (Token 0x8e)
230 RETURN
231 REM
232 REM Bung some text on the screen so we can fade it on
234 REM
240 FADE
250 LOCATE
260 LOCATE
270 FOR
280 LOCATE
290 LOCATE
3 REM AB94
30 FILL
300 PRINT
31 REM
310 PRINT
320 PRINT
330 PRINT
340 PRINT
350 CENTRE
360 CENTRE
370 CENTRE
380 CENTRE
390 CENTRE
4 REM
40 FOR
400 GOSUB
410 REM
420 REM All done
430 REM
440 DEFAULT
50 DOKE
60 NEXT
61 REM
62 REM Make the middle join a nice fade from white to black
63 REM
70 FOR
80 READ
90 DOKE