Actionscript help to make grphics appear opaque!

Is there an actionscript that can make a graphic opaque & sit on top of multiple layers? I have a situation where i have so many layers that I can just make something sit on top of another thing by adjusting the layer.

I need some code that will make this graphic always be on top of everything???

Please help!
Thanks

i don’t quite understand what you mean… if you just put the graphic on a new layer and put it above all the others, it will automatically be on top of them.

otherwise the only thing i can imagine you might mean is to use swapDepth(); (look it up in the actionscript dictionary)

hope it helps :slight_smile:

  • stuart