home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / readerint / 00032_track1.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  502 b   |  19 lines

  1. on mouseUp
  2.   global whatTrack
  3.   whatTrack = 1
  4.   repeat with x = 68 to 71
  5.     set the visible of sprite x to 0
  6.   end repeat
  7.   set the visible of sprite 68 to 1
  8.   set the movieTime of sprite 30 to 0
  9.   set the movieRate of sprite 30 to 1
  10.   set the movieRate of sprite 31 to 0
  11.   set the movieRate of sprite 32 to 0
  12.   set the movieRate of sprite 33 to 0
  13.   repeat with x = 75 to 82
  14.     set the visible of sprite x to 0
  15.   end repeat
  16.   set the visible of sprite 75 to 1
  17.   set the visible of sprite 79 to 1
  18. end
  19.