home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / shared.dir / 05283_Script_5283 < prev    next >
Text File  |  1995-06-14  |  402b  |  12 lines

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