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

  1. on hyperlinkClicked me, choice
  2.   if choice = EMPTY then
  3.     exit
  4.   end if
  5.   installpath = the moviePath & choice
  6.   open("explorer.exe " & installpath)
  7. end
  8.  
  9. on mouseEnter me
  10.   cursor(280)
  11. end
  12.  
  13. on mouseLeave me
  14.   cursor(-1)
  15. end
  16.