home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 September / Net75b.iso / pc / main / 00124_rollover.ls < prev    next >
Encoding:
Text File  |  2000-07-20  |  212 b   |  8 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member 123 of castLib "Internal"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member 122 of castLib "Internal"
  7. end
  8.