AS3 Scale parent mc's center to child mc's center
问题 The following code centers the parent clip "mapcontainer.themap" on the state Georgia on load. However, when i try to scale mapcontainer.themap, it doesnt scale around Georgia's center. How do i keep Georgia in the center when scaling? //This sets the parent clip so it's centered on the child "georgia" clip on load var yValue:Number = mapcontainer.themap.georgia.y; var xValue:Number = mapcontainer.themap.georgia.x; var xDiff:Number = mapcontainer.themap.width/2; var yDiff:Number =