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

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