home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / start.exe / start.dxr / 00022_data.ls < prev    next >
Encoding:
Text File  |  2006-09-19  |  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.