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

  1. on mouseUp
  2.   global littorch
  3.   puppetSprite(16, 0)
  4.   if littorch = 1 then
  5.     go("room3")
  6.   else
  7.     go("rm3nolit")
  8.   end if
  9. end
  10.