home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Silhouette.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  404 b   |  14 lines

  1. on exitFrame me
  2.   global shadowShapeData, shadowSpinData, blankMapData, solidData, rippleData, playerScore, timeToDie, levelWidth, maxShapeList, tileSize, playerlevel
  3.   maxShapeList = [4, 6, 8, 10, 12]
  4.   playerlevel = 0
  5.   playerScore = 0
  6.   timeToDie = 0
  7.   tileSize = 50
  8.   levelWidth = 7
  9.   set the width of sprite 2 to levelWidth * tileSize
  10.   sprite(700).locZ = 9999
  11.   sprite(700).visible = 1
  12.   go(3)
  13. end
  14.