home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / anwend / luna146 / _english / scripts / space.lus < prev    next >
Text File  |  1999-11-12  |  140b  |  11 lines

  1. ;
  2. ; Script file created by Luna 1.23.
  3. ;
  4. for i%=0 to 74
  5.   keypress(32,$0)        ; Ascii: " "
  6.   crs_down(0)
  7.   crs_left(0)
  8. next i%
  9.  
  10. end()
  11.