Zoom transition

Hi everybody

I’ve got a small problem with the zoom transition. here it follows:

I have an mc that has width of the stage on the root and i need to zoom it in and afterwards out by clicking on a btn and then move it to the left or right. kind of this: [COLOR=#003399]http://www.sergiotacchini.it/AI_2006/home.php[/COLOR]? (click on heritage to see)

i havent got to the right/left mooving yet, but if you could help me with zooming, could be soooo nice :slight_smile:

Im using this code:

knap1_btn.onRelease = function() {
mx.transitions.TransitionManager.start(wall_mc,{type:mx.transitions.Zoom, direction:0, duration:10, easing:mx.transitions.easing.Regular.easeOut, param1:empty, param2:empty});
}

the problem is that the zooming starts at the (0,0) cise of the clip, but not at the (900, 200) as it should.

i dont really want to use tweens…