home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Knudde EK Editie
/
CD1.iso
/
intro.dxr
/
script_3.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-02-24
|
225 b
|
16 lines
on exitFrame
if soundBusy(1) = 0 then
puppetSound(1, 41)
end if
if the mouseDown = 1 then
go(1, "Menu.dir")
end if
go(the frame)
end
on keyDown
if the key = RETURN then
go(1, "Menu.dir")
end if
end