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

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