Hi,
you could put the image into a movieclip and use _xscale and _yscale to zoom into the image
it would look something like this
Code:
mybutton_btn.OnRelease=function()
{
image_mc._xscale+=1;
image_mc._yscale+=1;
}
__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.