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 >
Atari STOS Basic  |  1985-11-20  |  4KB  |  25 lines

  1. 10 REM ***********************************************
  2. 100 EXTENSION (Index #0) (Token 0x80)
  3. 110 REM ***Start reading the sprite-movment-data & restart it if data is 999***
  4. 120 READ
  5. 130 REM ***Start the screen copyed sprite movment & waits one vbl when a=2 ***
  6. 140 VARNAME
  7. 150 REM ***Makes a loop***
  8. 160 GOTO
  9. 170 REM ***Here is the wait vbl command***
  10. 180 WAIT VBL
  11. 190 REM ***And here is the sprite-movment-data***
  12. 20 REM                  BIG SPRITE                   *
  13. 200 DATA
  14. 210 DATA
  15. 220 DATA
  16. 230 DATA
  17. 240 DATA
  18. 30 REM                STOS ROUTINE BY                *
  19. 40 REM                VISION GONZALES                *
  20. 50 REM                  21-SEP-1991                  *
  21. 60 REM ***********************************************
  22. 70 REM ***Turn off mouse, cursor, key & gets to low res...***
  23. 80 MODE
  24. 90 REM ***Unpack picture bank 5 & copy the picture to back***
  25.