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

  1. on mouseDown me
  2.   set the blend of sprite the spriteNum of me to 100
  3.   set the blend of sprite 5 to 100
  4.   set the blend of sprite 6 to 0
  5.   updateStage()
  6. end
  7.