home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / sampler / 00071_setvalue2.ls < prev    next >
Encoding:
Text File  |  1999-10-18  |  332 b   |  13 lines

  1. on mouseUp
  2.   global whichSampler
  3.   set whichSampler to 2
  4.   set the visible of sprite 30 to 0
  5.   set the visible of sprite 31 to 0
  6.   set the visible of sprite 32 to 0
  7.   set the visible of sprite 33 to 0
  8.   set the visible of sprite 34 to 0
  9.   set the visible of sprite 35 to 0
  10.   set the visible of sprite 36 to 0
  11.   go("SampleLoop")
  12. end
  13.