home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / orcle / PUZZ_19.DXR / 00123.ls < prev    next >
Encoding:
Text File  |  1994-11-08  |  217 b   |  18 lines

  1. on menuGame
  2.   installMenu(0)
  3.   updateStage()
  4.   puppetSound("WELLRTN.SND")
  5.   updateStage()
  6.   go(1, "INIT.DIR")
  7. end
  8.  
  9. on quitGame
  10.   quit()
  11. end
  12.  
  13. on resetGame
  14.   puppetSound("RESET.SND")
  15.   updateStage()
  16.   resetPuzzle()
  17. end
  18.