0
votes
0answers
55 views

Image Container Dimensions Change From Startup Image Load To Secondary Image Load

I am working on an actionscript project involving adding and displaying labels on top of images. As part of this project, the user needs to be able to zoom in and out on the image, and when the image ...
1
vote
3answers
949 views

AS3 zooming in and out where mouse clicked not at registration

I am trying to have a masked mouse panned image zoom in and out with a click and a double click mouse event. I got the image to zoom but it always zooms in on the left edge registration point, not ...
3
votes
1answer
168 views

How to prevent Flash from blurring an image after zooming with the `z` property?

I'm currently testing various ways to zoom images (or rather, whole DisplayList hierarchies). Using scaleX and scaleY works quite well, but when I use the z property to zoom the image (by placing it ...
0
votes
1answer
925 views

Flash image zoom with slider/scrollbar

I am trying to add a scrollbar, or prefrably a slider, that zooms in on the specified image when I drag the scrollbar right, and decreases the size when I drag the scrollbar to the left. Here is my ...