home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
casestdy
/
ch12_isn
/
ledshow.dcr
/
00054.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-13
|
121 b
|
11 lines
global gURLName
on mouseDown
if gURLName = " " then
exit
beep()
else
gotoNetPage(gURLName)
end if
end