home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PRETEND2.EXE / SATURN.DXR / 00016.ls < prev    next >
Encoding:
Text File  |  1996-09-10  |  442 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 17
  11.     updateStage()
  12.     repeat while soundBusy(1)
  13.       nothing()
  14.     end repeat
  15.     set the castNum of sprite 42 to 15
  16.     updateStage()
  17.     door_Move()
  18.     set the castNum of sprite 42 to 18
  19.     updateStage()
  20.   end if
  21. end
  22.