I need help with resize an image. Once the image is loaded into flash I want to be able to scale up and down.
I have
on (press) {
holder._width = _width +1;
holder._height = _height +1;
}
but it doesn't do it properly it scales the width way out every time you click on the button but not the height.
Please help
thanks in advanced