home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / Partner.dxr / 00004_•Lex.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  159 b   |  12 lines

  1. on mouseEnter me
  2.   set the member of sprite 7 to "Lex R"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite 7 to "Blank"
  7. end
  8.  
  9. on mouseDown me
  10.   go("VidLex")
  11. end
  12.