home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 10: Diskmags
/
nf_archive_10.iso
/
MAGS
/
LEDGERS
/
LEDG_04.MSA
/
STOS
/
BIGSPR.BAS
(
.txt
)
next >
Wrap
Atari STOS Basic
|
1985-11-20
|
4KB
|
25 lines
10 REM ***********************************************
100 EXTENSION (Index #0) (Token 0x80)
110 REM ***Start reading the sprite-movment-data & restart it if data is 999***
120 READ
130 REM ***Start the screen copyed sprite movment & waits one vbl when a=2 ***
140 VARNAME
150 REM ***Makes a loop***
160 GOTO
170 REM ***Here is the wait vbl command***
180 WAIT VBL
190 REM ***And here is the sprite-movment-data***
20 REM BIG SPRITE *
200 DATA
210 DATA
220 DATA
230 DATA
240 DATA
30 REM STOS ROUTINE BY *
40 REM VISION GONZALES *
50 REM 21-SEP-1991 *
60 REM ***********************************************
70 REM ***Turn off mouse, cursor, key & gets to low res...***
80 MODE
90 REM ***Unpack picture bank 5 & copy the picture to back***