home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 49
/
PC_Home_Issue_49.iso
/
winprogs
/
playsk
/
puzintro.dxr
/
00059.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-30
|
190 b
|
10 lines
on mouseDown
global gMarkerList
repeat with channel = 42 to 47
if the clickOn = channel then
go(getAt(gMarkerList, channel - 41))
exit repeat
end if
end repeat
end