home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / EntertheTroy.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  2002-01-31  |  232 b   |  11 lines

  1. on exitFrame me
  2.   global playerViewpoint, paletteScroll, brushType
  3.   playerViewpoint = point(100, 100)
  4.   paletteScroll = 0
  5.   brushType = 1
  6.   initializeConstants()
  7.   initializeScreen()
  8.   initializeMonsters()
  9.   initializeplayer()
  10. end
  11.