home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
multi
/
singing
/
atrium.dxr
/
00006_1e.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-12
|
222 b
|
17 lines
on mouseUp
global slaptopflag
if p(l()) then
go("aN")
exit
end if
if PointingAt(right()) then
go("aS")
exit
end if
end
on exitFrame
UpdateCursor([[l(), LC()], [R(), RC()]])
go(the frame)
end