home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1&1 Multimedia Trend 1996 10 B
/
MM_TREND.ISO
/
prog
/
isdn
/
schnell.dir
/
00018.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
|
1996-08-16
|
329 b
|
20 lines
on exitFrame
if rollOver(2) then
go(the frame + 1)
else
if rollOver(3) then
go(the frame + 2)
else
if rollOver(4) then
go(the frame + 3)
else
if rollOver(5) then
go(the frame + 4)
else
go(the frame)
end if
end if
end if
end if
end