home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
multi
/
singing
/
atrium.dxr
/
00008_1w.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
|
249 b
|
20 lines
on mouseUp
if p(l()) then
go("aS")
exit
end if
if p(R()) then
go("aN")
exit
end if
if p(U()) then
go("aU")
exit
end if
end
on exitFrame
UpdateCursor([[l(), LC()], [R(), RC()], [U(), UC()]])
go(the frame)
end