Rectangle mc's and adjustments

This is what I want to do… and my brain is fried or something, because I know I already wrote something like this…

I have five rectangle mc’s in five different locations. The rectangles are different sizes.

I want to be able to click on rectangle and have its x, y, width and height adjust over time to a predetermined size.

In other words, there is a sixth rectangle of a fixed size (lets call it the final size). When clicked each box will change its values over time until it reaches the “final size and position”.

Yes… onEnterframe… yes += and -= … it’s the logic in the code I want to nail down. Plus, I just haven’t written anything in here in a while.