home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leonardo daVinci
/
LEODAVINCI.ISO
/
DATA
/
TLINE.Dxr
/
00060_L2PrevInThreadButton sprite script.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-11-22
|
223 b
|
16 lines
global gCurTLObj
on mouseDown
if objectp(gCurTLObj) then
registerMouseDown()
clickSound()
end if
end
on mouseUp
if not validateMouseDown() then
exit
end if
L2MouseUpPrevInThreadButton(gCurTLObj)
end