home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 December
/
WPCDEC97.ISO
/
DXRS
/
ARTWDEC.DXR
/
00019.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-10-13
|
172 b
|
11 lines
on exitFrame
global IFLGoNow
go(the frame)
if the mouseUp then
set IFLGoNow to 1
end if
if the mouseDown and (IFLGoNow = 1) then
go("MACRO")
end if
end