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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2006-11-09
|
226 b
|
16 lines
on hyperlinkClicked me, choice
if choice = EMPTY then
exit
end if
installpath = the moviePath & choice
open("explorer.exe " & installpath)
end
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(-1)
end