Hi,
I have a "container"(a rectangle converted to symbol movie-clip) wich is filled with an image when a button called "button1" is pressed.
the code:
button1.onRelease=function(){
container.loadMovie("images/image25.jpg");
container.alpha=0;
}
I want to zoom that image when i click into the...