home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / readint / 00015.ls < prev    next >
Encoding:
Text File  |  1999-10-04  |  696 b   |  25 lines

  1. on exitFrame
  2.   global whichReader
  3.   set the puppet of sprite 35 to 1
  4.   set the visible of sprite 35 to 0
  5.   repeat with x = 10 to 20
  6.     set the puppet of sprite x to 1
  7.     set the visible of sprite x to 0
  8.   end repeat
  9.   repeat with x = 21 to 31
  10.     set the cursor of sprite x to [13, 14]
  11.   end repeat
  12.   put "0" into field "VidTime"
  13.   repeat with x = 37 to 44
  14.     set the puppet of sprite x to 1
  15.     set the visible of sprite x to 0
  16.   end repeat
  17.   set whichReader to 1
  18.   set the visible of sprite 37 to 1
  19.   set the visible of sprite 41 to 1
  20.   set the movieRate of sprite 45 to 1
  21.   set the movieRate of sprite 46 to 0
  22.   set the movieRate of sprite 47 to 0
  23.   set the movieRate of sprite 48 to 0
  24. end
  25.