home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / shared.dir / 05293_Script_5293 < prev    next >
Text File  |  1995-06-14  |  285b  |  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.  
  9.   set the puppet of sprite the clickon to false
  10. end