home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Unreal Tournament Game Programming for Teens
/
UnrealTournamentGameProgrammingForTeens.iso
/
start.exe
/
start.dxr
/
00024_programs.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
|
313 b
|
20 lines
on hyperlinkClicked me, choice
if choice = EMPTY then
exit
end if
if choice = "winzip" then
gotoNetPage("http://www.winzip.com")
exit
end if
installpath = the moviePath & choice
open("explorer.exe " & installpath)
end
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(-1)
end