home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 17
/
MacFormat 17 (Spain)
/
MacFormat 17.bin
/
DATABASE
/
POWER.DIR
/
00059.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-14
|
289 b
|
18 lines
on exitFrame
repeat with i = 5 to 14
if i = 10 then
next repeat
end if
if rollOver(i) then
if i < 10 then
go(marker(0) + (i - 4))
else
go(marker(0) + (i - 5))
end if
exit
end if
end repeat
rollOvers()
go(the frame)
end