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

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