home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / mcny / source / funhouse.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1996-05-06  |  422 b   |  22 lines

  1. on enterFrame
  2.   global gotbug, gottorch, littorch, gotkey, fireon, whichroom, fedbug, a, x, opensesame, up, playphono
  3.   sound fadeIn 2, 2 * 60
  4.   set the soundLevel to 3
  5.   set opensesame to 0
  6.   set x to 0
  7.   set playphono to 0
  8.   set a to random(3)
  9.   set up to 4
  10.   set gotbug to 0
  11.   set gottorch to 0
  12.   set littorch to 0
  13.   set gotkey to 0
  14.   set fireon to 0
  15.   set whichroom to 0
  16.   set cycle to 0
  17. end
  18.  
  19. on exitFrame
  20.   go(1)
  21. end
  22.