home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / shared.dir / 05298_Script_5298 < prev    next >
Text File  |  1995-06-14  |  434b  |  13 lines

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