home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / shared.dir / 05294_Script_5294 < prev    next >
Text File  |  1995-06-14  |  287b  |  10 lines

  1. on mousedown
  2.   set the puppet of sprite the clickon to true
  3.   set the castnum of sprite (the clickon) = ¼
  4.     the number of cast  (the name of cast(the castnum of sprite (the clickon)) && "lit")
  5.   updatestage
  6.   end
  7. on mouseUp
  8.   set the puppet of sprite the clickon to false
  9. end
  10.