home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
artwaug.dxr
/
00026.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-17
|
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