home *** CD-ROM | disk | FTP | other *** search
/ Unreal Tournament Game Programming for Teens / UnrealTournamentGameProgrammingForTeens.iso / start.exe / start.dxr / 00023_links.ls < prev    next >
Encoding:
Text File  |  2006-11-09  |  171 b   |  15 lines

  1. on hyperlinkClicked me, choice
  2.   if choice = EMPTY then
  3.     exit
  4.   end if
  5.   gotoNetPage(choice)
  6. end
  7.  
  8. on mouseEnter me
  9.   cursor(280)
  10. end
  11.  
  12. on mouseLeave me
  13.   cursor(-1)
  14. end
  15.