I'm trying to make an expandable box in flash. The registration of down and up is to the left. the registration of left is in the middle. This is the code:
down.width -= 10; up.width -= 10; left.x -= 10;
When I test this, the left movie clip seems to go more to the left then the width of up and down. Why is it doing this?
To make it clear, down, up and left are all movieclips.
What I am asking is if x and y values could return the same amount when using height and width.
To make it even MORE clear I'm asking if the x increasing by the same amount as the increasing width would bring the movieclips to the same place

