home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 15 / cdrt15.iso / pc / science / shared.dir / 00794_Script_794 < prev   
Text File  |  1995-04-05  |  457b  |  17 lines

  1. on buttonpush buttonupC, buttondownC,
  2.   set castlist = [:]
  3.   repeat with channel = 1 to 48
  4.     setaprop castlist, channel, the castnum of sprite channel
  5.   end repeat
  6.   set buttonS = getone(castlist, buttonupC)
  7.   puppetsprite buttonS, 1
  8.   set the castnum of sprite buttonS to buttondownC
  9.   updatestage
  10.   repeat while the mouseup <>1
  11.   end repeat
  12.   set the castnum of sprite buttonS to buttonupC
  13.   updatestage
  14.   puppetsprite buttonS, 0
  15.   
  16. end
  17.