home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 February
/
WPCFEB97.ISO
/
multi
/
times
/
data
/
toplevel.dir
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-12
|
236 b
|
12 lines
on mouseUp
global moviesList
if the clickOn = 14 then
set goTempFr to 1
set goTempMov to item the clickOn - 10 of moviesList
buildLoc(goTempFr, goTempMov)
go(string(the clickOn - 10))
else
go("m")
end if
end