home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Passport
/
passport.iso
/
pc
/
passport
/
topics.dxr
/
Internal_8.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
|
1998-01-26
|
254 b
|
18 lines
on exitFrame
if rollOver(3) then
if not soundBusy(2) then
if the frame = marker(0) then
go(the frame - 1)
exit
end if
end if
go(the frame)
else
go("Base")
end if
end
on mouseDown
go(the frame + 1)
end