This is a little hard to explain but Ill give it a shot. From what I understand there are basically two types of layers. First, your timeline Layer which you can name, move up and down ext.. then, on each of those layers there are seperate layers for each instance of anything. Say for example I only have one 'timeline' layer, but with many MCs. Each of these MCs have thier own layer, which you can change by going to Modify -> Arrange -> Move to Back, or whatever. Ok, what I am trying to do is move my MCs on the second type of layer I described using actionscript. Basically, I have multiple draggable MCs in my file and I want what ever MC I drag to become the top layer so it wont get stuck under other ones. Ack I hope that was understandable. Is there a way to do this? Can I say something like:
On drag
move this MC to the front
???