home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunday That One Day
/
STOD_VFS_INVIS.ISO
/
pc
/
chapel.dxr
/
01045_BedText2.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
|
1995-09-15
|
231 b
|
17 lines
on exitFrame
if the mouseH > 320 then
go("Bedroom")
end if
if the mouseV > 136 then
go("Bedroom")
end if
if the mouseV > 102 then
go("BedText")
end if
go(marker(0))
end
on enterFrame
textCursorOn()
end