Hi all Sure this is a easy one but cant find the answer
I have a container MC and within I have a MC and mask MC to contain contents within. eg. _root.container_mc _root.container_mc.contents_mc _root.container_mc.contentsMask_mc The problem I have is that if for example the container height is 100px and the contents_mc height is 200px, the mask works fine but if I align another movieClip underneath or above the container, there is a invisible gap of 100px. How can I ignore the contents height? At the moment i am aligning by saying somthing like this: containerA._height containerB._y = containerA._height + 10 I could have fixed the Y properties but I need the containers height to be dynamic. _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com