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

  1. on mouseDown
  2.   global gotkey
  3.   if gotkey = 1 then
  4.     set the moveableSprite of sprite 10 to 1
  5.   end if
  6. end
  7.  
  8. on enterFrame
  9.   global whichroom, gotkey
  10.   set whichroom to 5
  11. end
  12.  
  13. on exitFrame
  14.   go("secret")
  15. end
  16.