I am trying to use it in a slightly different way...so, you have a group of links, you click on one of them, and it takes you 20 frames down, into a label called let's say "products" then, when rolling over the links, if you are in the products section, it will jump to the frames inside, so, eg...
if (framelabel = home){
gotoandplay(1);
}elseif (framelabel = products){
gotoandplay (10);
}
etc...if I can't do it with frame label, i'll just do it a different way, but i'd like to use something like the label to group everything...
get it?
Caden