home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / RoboticInvaders.dxr / 00001.ls next >
Encoding:
Text File  |  2002-01-25  |  366 b   |  15 lines

  1. on exitFrame me
  2.   global playerScore, playerlevel, playerLives, totalScore, playerViewPoint, bgOffset, playerShipSO, armorSO, pBulletSO, eBulletSO, enemySO
  3.   playerScore = 0
  4.   playerlevel = 0
  5.   playerLives = 2
  6.   totalScore = 0
  7.   bgOffset = point(0, 0)
  8.   playerShipSO = 10
  9.   armorSO = 11
  10.   pBulletSO = 21
  11.   eBulletSO = 41
  12.   enemySO = 81
  13.   sprite(800).locZ = 9000
  14. end
  15.