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

  1. on mouseUp
  2.   global whichReader
  3.   set whichReader to 2
  4.   set the movieRate of sprite 45 to 0
  5.   set the movieRate of sprite 47 to 0
  6.   set the movieRate of sprite 48 to 0
  7.   updateStage()
  8.   set the movieRate of sprite 46 to 1
  9.   set the visible of sprite 37 to 0
  10.   set the visible of sprite 38 to 1
  11.   set the visible of sprite 39 to 0
  12.   set the visible of sprite 40 to 0
  13.   set the visible of sprite 41 to 0
  14.   set the visible of sprite 42 to 1
  15.   set the visible of sprite 43 to 0
  16.   set the visible of sprite 44 to 0
  17.   put "0" into field "VidTime"
  18.   updateStage()
  19. end
  20.