Okay, I have 4 layers. actions, buttons, circle, and background. I have three buttons on the buttons layer that are each supposed to fill the circle shown in the circle layer, on rollover. The issue that I am having is that when I hover over a button, the rollover animation is partially covered by one of the other buttons or both, dependent upon where they are sitting in the arrangement. I need to somehow bring whichever one is being rolled over to move to the front or to a new layer.
As far as coding... I completely removed all of my code. It was :
on(rollOver)
{
this.swapDepths(1000);
}
on each button