Ok lets say you want to take a object, my example is a building. Now you want a string a buildings, one right after the other, each touching the next.

They start at the center of the stage and move towards the bottom right corner but grow as they are going towards teh corner.

I am trying to create this effect to be used in a game, so it appears like you are running/drivning through the city fast (the buildings are flying by you)

I was told _xscale and _yscale are the way to go. I don't understand how to do it though. I mean yes I can write the expression instancename._xscale = 150; instancename._yscale = 150; and make an object get bigger. But how do you make something "grow" or zoom in with this? Combination of MC and the xscale scripting somehow?

I could make a huge row of buildings and tween it to move and grow but it would seem that it should be simpler to do with scripting

ANY help would be MUCH MUCH appreciated!