home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / mmovie.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  506 b   |  19 lines

  1. on mouseUp
  2.   if the movieRate of sprite 5 = 1 then
  3.     set the sound of cast 2 to 1
  4.     set the sound of cast 4 to 1
  5.     set the sound of cast 5 to 1
  6.     set the sound of cast 6 to 1
  7.     set the sound of cast 7 to 1
  8.     set the sound of cast 8 to 1
  9.   else
  10.     set the sound of cast 2 to 1
  11.     set the sound of cast 4 to 1
  12.     set the sound of cast 5 to 1
  13.     set the sound of cast 6 to 1
  14.     set the sound of cast 7 to 1
  15.     set the sound of cast 8 to 1
  16.     set the movieRate of sprite 5 to 1
  17.   end if
  18. end
  19.