help with flash 8 and AS 2?

TOGA

New member
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 container.
maybe you can help!

thanks in advance!
 
Back
Top