home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Komercni / Gopas / pwp1 / cz8004as.dcr / Behaviors_20.ls < prev    next >
Encoding:
Text File  |  2002-01-14  |  180 b   |  10 lines

  1. on mouseWithin me
  2.   set the blend of sprite the spriteNum of me to 100
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave me
  7.   set the blend of sprite the spriteNum of me to 0
  8.   updateStage()
  9. end
  10.