home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
multi
/
singing
/
atrium.dxr
/
00007_1s.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
|
268 b
|
19 lines
on mouseUp
if PointingAt(3) then
quit()
end if
if PointingAt(left()) then
go("aE")
exit
end if
if PointingAt(right()) then
go("aW")
exit
end if
end
on exitFrame
UpdateCursor([[3, OC()], [l(), LC()], [R(), RC()]])
go(the frame)
end