home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / main.dir / 00123_gotoebuilder.ls < prev    next >
Encoding:
Text File  |  2000-10-20  |  101 b   |  12 lines

  1. on mouseWithin
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp
  10.   go(1, "ecommerce")
  11. end
  12.