home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / support.dir / 00027_Script_27 < prev    next >
Text File  |  1994-12-18  |  458b  |  15 lines

  1. on mouseUp
  2.   global gpressed
  3.   set the puppet of sprite (the clickon) to true
  4.   set caster = the name of cast(the castnum of sprite (the clickon))
  5.   put "down" into word 3 of caster
  6.   set the puppet of sprite (the clickon) to true
  7.   set the castnum of sprite (the clickon) = the number of cast caster
  8.   repeat with n = 2 to 12
  9.     if n <> the clickon then set the puppet of sprite n to false
  10.   end repeat
  11.   
  12.   set gpressed = the clickon
  13.   
  14. end
  15.