home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / tino.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  725 b   |  33 lines

  1. on mouseDown
  2.   set the castNum of sprite 7 to 82
  3.   updateStage()
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7. end
  8.  
  9. on mouseUp
  10.   global gloop, gsound
  11.   cursor(4)
  12.   set gloop to 0
  13.   set the movieRate of sprite 4 to 0
  14.   set the movieTime of sprite 4 to 0
  15.   if gsound = 1 then
  16.     set the locH of sprite 16 to 451
  17.     set the locH of sprite 19 to 512
  18.     set the locH of sprite 28 to 503
  19.     set the locH of sprite 29 to 503
  20.     set the locH of sprite 30 to 503
  21.     set the locH of sprite 31 to 503
  22.     puppetSprite(16, 0)
  23.     puppetSprite(19, 0)
  24.     puppetSprite(28, 0)
  25.     puppetSprite(29, 0)
  26.     puppetSprite(30, 0)
  27.     puppetSprite(31, 0)
  28.     puppetTransition(25, 2, 10, 1)
  29.     sound stop 1
  30.   end if
  31.   go("2")
  32. end
  33.