home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
multi
/
singing
/
baritone.dxr
/
00004_VidView.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
|
264 b
|
14 lines
on exitFrame
UpdateCursor([[left(), leftcursor()], [right(), rightcursor()], [4, ObjectCursor()]])
go(the frame)
end
on mouseDown
if PointingAt(4) then
go("stand")
end if
if PointingAt(left()) or PointingAt(right()) then
go("main")
end if
end