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

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