home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PRETEND2.EXE / MERCURY.DXR / 00009.ls < prev    next >
Encoding:
Text File  |  1996-09-10  |  441 b   |  22 lines

  1. on mouseDown
  2.   if the frame > 3 then
  3.     puppetSound(0)
  4.     updateStage()
  5.     if the frame > 25 then
  6.       go("static")
  7.     end if
  8.     puppetSound("Button Click")
  9.     updateStage()
  10.     set the castNum of sprite 42 to 11
  11.     updateStage()
  12.     repeat while soundBusy(1)
  13.       nothing()
  14.     end repeat
  15.     set the castNum of sprite 42 to 9
  16.     updateStage()
  17.     door_Move()
  18.     set the castNum of sprite 42 to 12
  19.     updateStage()
  20.   end if
  21. end
  22.