home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 195 / MF_UK_195_1.iso / pc / Files / Scenes / HOME.DIR / Internal_22_goTechRadar.ls < prev    next >
Encoding:
Text File  |  2008-02-06  |  144 b   |  13 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp me
  10.   cursor(-1)
  11.   gotoNetPage("http://www.techradar.com")
  12. end
  13.