home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
UnrealScript Game Programming All in One
/
UnrealScriptGameProgrammingAllInOne.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-03-10
|
280 b
|
18 lines
on hyperlinkClicked me, choice
if choice = EMPTY then
exit
end if
if choice = "INSTALL" then
installpath = the moviePath & "bloodshed\devcpp-4.9.9.2_setup.exe"
open(installpath)
end if
end
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(-1)
end