home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RVI.Dxr / 00064.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  451 b   |  21 lines

  1. on mouseDown
  2.   set mbs to the movieRate of sprite 20
  3.   puppetSound("button")
  4.   updateStage()
  5.   set the castNum of sprite 13 to 16
  6.   set the castNum of sprite 14 to 21
  7.   set the castNum of sprite 15 to 22
  8.   updateStage()
  9.   rewqt(20)
  10.   set the castNum of sprite 13 to 20
  11.   if mbs = 1 then
  12.     set the castNum of sprite 15 to 18
  13.     updateStage()
  14.     playqt(20)
  15.   else
  16.     set the castNum of sprite 14 to 17
  17.     updateStage()
  18.     stopqt(20)
  19.   end if
  20. end
  21.