home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Looney Tunes Photo Print Studio (Special Edition)
/
LIVEPIX.iso
/
ORIENTAT
/
DATA
/
LPORIENT.DXR
/
00084_cxTFRoll.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
|
1998-01-16
|
191 b
|
11 lines
on mouseDown
global gCurr
set ret to ButtonDown(the clickOn, "cxTFDown")
if ret = 1 then
MessagePut("go to F...")
do(string(gCurr) & "Cleanup")
go("TF")
else
end if
end