ActionScript 2.0 :: Pan And Zoom An Image ?

May 27, 2003

i've created a vector-based map of Spain, and i'd like to be able to zoom into certain areas of it.the map is positioned behind a mask, so only a certain portion of it is visible.

i've also created nine buttons, each of which should reposition and scale the map according to a set of predetermined target parameters (manipuilating the _x, _y, _xscale, _yscale properties). i can get the map to pan to its new location so long as i don't zoom in (scale) as well. whenever i have to pan AND scale, the x,y coordinates end up grossly off-mark. do i need to first scale and then pan? or vice versa? anyone know of any tutorials on this topic?

View 3 Replies


Similar Posts:


Zoom In And Zoom Out Of Image?

Aug 11, 2011

i want to zoom in on an image by clicking one particular region and zoom out by clicking again. how can i achieve this.

View 6 Replies

Flash - Zoom Out On Image?

Mar 22, 2011

I'm looking to zoom in on an image: Example: Picture of a church. Zoom in as far as possible on the church tower.Then it needs to slowly zoom out, so you have time to guess which church it could be. Example: Slowly zooms out, revealing more and more of the picture.

View 2 Replies

ActionScript 3.0 :: Zoom In On An Image

Dec 2, 2009

I'm trying to achieve what i thought was a fairly simple effect in a slide show situation, but it's proving to be elusive. I would like to slowly zoom in on an image, giving the illusion of movement or animation. An example of what I'm trying to do is on this site's main slide show. [URL] This looks pretty simple and i suspect they are using the EaseIn transition, but when I try to use that, it brings the image in from nothing to full. I need to start from large size and then zoom in.

View 3 Replies

IDE :: Flash Image Pan & Zoom?

Jul 11, 2011

i need like this [URL]

View 2 Replies

ActionScript 1/2 :: Smooth Zoom In And Out Of An Image?

Aug 10, 2010

I would like to zoom in and out of images like this

[URL]
 
Actionscript 1 and or 3?

View 1 Replies

ActionScript 3.0 :: Zoom Into Image On Click?

Oct 27, 2011

I have an image which I have converted to a movieclip.  I have added a click event to it, and when clicked, I am trying to zoom into the image at the point it was clicked.  I have tried following some code but ended up in a mess.

var scaleFactor:Number = 0.8;
var minScale:Number = 0.25;
var maxScale:Number = 2.0;
men.addEventListener(MouseEvent.CLICK, menOver);

[Code]....

At the moment, it doesnt zoom in automatically (have to keep clicking).  Also, it currently zooms out. 
 
Really, the effect I am after is like a camera pan and zoom.

View 2 Replies

Flash :: Zoom In / Out An Jpg Image With Actionscript?

Jul 27, 2010

Is that kind of job easy to do in flash?

View 1 Replies

Actionscript 3 :: Pan&Zoom Over A Captured Image With Cam?

Mar 26, 2012

I have an issue with zooming gesture in iOS over AIR. Here is the code (an excerpt):

package
{
import flash.display.DisplayObject;
import flash.display.Sprite;

[code]....

Where, the app, basically captures an image using the iphone's device and then should scales (zoom), but doesn't...

View 1 Replies

ActionScript 3.0 :: Image Zoom Then Pan Constrain

Jul 30, 2009

I have some script that loads an external image into the UILoader that also has a mask created based on loaded image width and height, which also centers on stage. That works great. On user click somewhere within the loaded image, the image then scales from that mouse position out.
i.e.: if I click top left corner image scales from that point out, center, left, right... etc. using the tween. That works great.

On mouse move image then pans reverse to mouse position. i.e.: I move mouse left image pans right, move mouse up image pans down, top left corner image pans down bot right...etc. Also using tween. This is where it becomes tricky. The image does pan, however it does not pan completely to left, right, up, down, diagonally and so forth. once mouse reaches boarder of mask the image pan stops, unless mouse is way outside boarder.

Then that creates another problem where the image now pans so much that it goes past the boarder and almost out of sight. Ideally when mouse moves to masked boarder, panned image should be at its image boarder then stop. Constrained within the masked boarders.

Code:
var myImagePanTween;
function moveImageTween(e:TweenEvent = null):void {
var CurrentMouseX=mouseX;
var CurrentMouseY=mouseY;
[Code] .....

I think there should be away to include a constraint within the Tween, as well calculate the image size so that when mouse reaches boarder the image should be panned to its width/height, up, down, corners ect.. within the mask. Make sense?

View 1 Replies

ActionScript 2.0 :: How To Zoom In An Image The Same Size

Jan 31, 2003

how to zoom in an image the same size and move.... for example, [URL] on the site menu.

View 4 Replies

ActionScript 2.0 :: Zoom In Part Of An Image?

Jun 18, 2008

How do i zoom in to a part of an image?? At the moment i have this

[Code].....

View 8 Replies

ActionScript 2.0 :: Create An Image Zoom And Pan?

Apr 2, 2009

I have to create an image zoom and pan. The problem is that I have to set some boundaries for my pan to stop when the image is finished. Here is my source code.

[URL]

View 3 Replies

ActionScript 2.0 :: Xml Load Image Zoom?

Nov 24, 2010

I have been trying to set the loaded image x and y to -180 in order to centre xml loaded images(they're 360 x 360). The reason for this is to add a zoom effect but i can't seem to apply this zoom effect to the centre of the loaded image(s). It scales to 0,0. I need to either set 0,0 to be the centre of the image or scale to 180,180. I'm currently testing this on 1 of 16 images. Hope this makes sense.

PHP Code:
var thumbsXML:XMLXML();thumbsXML.ignoreWhitetrue;thumbsXML.onLoadunction(success:Boolean) { if (!success) trace("XML Data not Found or Error on

[code].....

View 2 Replies

ActionScript 3.0 :: Image Zoom Mouse (stage 400 W 400 H) (image 2000 W 2000 H)?

May 10, 2010

mouse (stage 400 w 400 h) (image 2000 w 2000 h) How do I zoom in my travels.

View 2 Replies

ActionScript 2.0 :: Zoom And Pan Image Viewer - Alignment In MC?

Dec 1, 2009

I am recently making a website in flash cs3 using flash actionscript 2. I have currently put a zoom&pan image viewer into one of the website pages to use as a map viewer. However once pasted into a empty movie clip it seems to be displaying a whole lot of white space once fully zoomed out and the image being only around a 1/4 of the assigned area. I am thinking its something to do with the alignment. I have also attached the swf file, for quick view. The image can be found if you enter corporate in the first window then venue in the side menu.
Link > [URL]
The movieclip is labelled "map".

View 1 Replies

ActionScript 3.0 :: Zoom / Pan Effect For Image Gallery

Jun 26, 2009

I am trying to create a zoom/pan effect for an image gallery. The thing is that i dont have any idea on how to do it so I've started to play with it. I created a zoom button that basically make the image bigger and a mask for the image so no matter how big you going to scale it its going to show the masked area only and if I want to pan all I have to do is move the image inside of the mask.

But my problem is that I use a MouseEvent.MOUSE_DOWN event on the zoom in button and the function scale it up and position it in the center only once. What I want to do is as long as the user have is mouse down the image will zoom and when the user releases the mouse it's going to stop. Thats the effect that im trying to achieve [URL]. But the cool thing about this gallery is that when you zoom in or out it actually ease out or in and stop and it run's really smooth.

View 1 Replies

Make An Image Zoom In When Mouse Rollsover?

Aug 19, 2009

I have 9 images on my stage laid out like a photo collage. Would like to create a user action that when their mouse rollsover an image that image zooms in, when the user moves mouse to next image, it does the same for each 9 images. Is this possible? As mentioned I am a Big Newbie to Flash, only have taken one online class,

View 11 Replies

BitmapData - Zoom In Image On Mouse Scroll

Jan 9, 2012

I need to be able to zoom in on my image, but I cant get it to work properly. I've got an Image showing my content, and it get it's content from a BitmapData. The BitmapData is full-res, which is 2880x1620, and the Image is scaling to fit my window. The SmoothImage is the same as Image, but with smoothing added.
<me:SmoothImage id="imageFull" visible="false" width="100%" height="100%" />

How would I go about zooming this image when I scroll my mouse? This is the code I have, and it does change the scaling factor. But since it's set to fit my view, nothing happens...
public function videoBufferWheel(event:MouseEvent):void{
myZoom += (event.delta/10);
if(myZoom >=1){
imageFull.scaleX = myZoom;
imageFull.scaleY = myZoom;
}else{
myZoom = 1;
}}

View 1 Replies

ActionScript 3.0 :: Mouse Wheel Zoom Image?

Aug 18, 2009

This code works fine but i want it to zoom in and out from the center of the stage where ever that point of the picture is.Right now it zooms in and out from the registration point in the upper left corner where I load in the image.

Code:
addEventListener(MouseEvent.MOUSE_WHEEL,mouseWheel);
function mouseWheel(event:MouseEvent) {

[code].....

View 6 Replies

ActionScript 3.0 :: Zoom/move An Image, Which One Should Choose?

Dec 4, 2009

I want to zoom/move an image.

I found there are many ways to do that:

1. to use an Image control , change the x, y, widith,height . Or to call move method.

2. to use zoom/move effect.

3. to create a custom control, using BitmapData and apply the specific metrix.

how to use these methods and what's the difference.

View 1 Replies

ActionScript 3.0 :: How To Create Zoom In And Out Controls For Image

Nov 20, 2009

I have an image in flash, actually, I want to put zoom in and zoom out controls over that big image on click events.

View 2 Replies

ActionScript 2.0 :: When Mouse Over One Image That Zoom In And Comes To Front

Jul 20, 2007

I've four images on the stage. When mouse over one image that zoom in and comes to front. When mouse over another image it will come to front (zooming) and the previous one goes back (zoomout).

View 1 Replies

ActionScript 2.0 :: Extract Image From Zoom Component?

Feb 11, 2008

I was wondering if anybody knows a way to download the full (if fragmented) image from a zoom component. For example, this websitehas the last supper at a huge resolution that is only viewable by zooming into tiny peices. I can see in the activity window that when you zoom and pan it loads the correct dozen pieces of the full image. Is there a way (with like a greasemonkey script or something) to ask the browser to download all the images at once? (You could then put them back together)

View 1 Replies

ActionScript 3.0 :: Flash Map Image Scroll And Zoom?

Nov 27, 2010

Okay, I will begin be mentioning I am pretty new to flash, however I have a decent amount with other programming languages like c++, c#, vb, pl/sql, coldfusion, and some others so I feel comfortable jumping right in.I do understand a lot of the basics in flash, but I am starting a project in as3 that I am having some issues with.(I would attach the fla, but it exceeds the file size limit with the png file attached)

Code:
//import slider classes
import fl.controls.Slider;

[code]....

View 2 Replies

Professional :: Flash Zoom With Mouse Image Reposition?

Jul 24, 2011

Im currently designing a map with a drag and drop action as well as a zoom in and out with the mouse wheel, my problem is that when i drag and drop my image and then go to zoom in or out the image will automatically reposition itself back to the center, im wanting to be able to drag the image which is converted to a MC anywhere in my masked box then zoom in and out on that area that is shown is the masked box,

View 6 Replies

Actionscript 3 :: Flash Image Zoom With Slider/scrollbar?

May 30, 2011

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 code thus far,

AS3:

mc_img.mask = mc_oval;
mc_img.buttonMode = true;

[Code].....

so basically I would like to be able to zoom mc_img with a slider or scrollbar

View 1 Replies

Actionscript 3 :: Apply Both Rotation And Zoom On Image Using TransformGestureEvent?

Dec 29, 2011

i have a query regarding the simultaneous operation of zoom and rotate the image at same time ....actually i want to apply both rotation and zoom on image in as3 using TransformGestureEvent

View 2 Replies

ActionScript 2.0 :: Image Gallery - Getting Pan And Zoom Effect On Mouseover

Jun 6, 2010

I am trying to make an image gallery with pan and zoom effect on mouse over. Now what I want is exactly like this website [URL].

View 2 Replies

ActionScript 2.0 :: Multiple Image Zoom To Fill Panel

Jun 13, 2010

I've been working on a Flash site on and off for some years now and despite the fact it's been near the finishing stage for some time, the biggest problem I've had has been my custom photo gallery. The concept is simple, a panel has a group of images loaded into it, and each one is resized to thumbnail size. On clicking one of the thumbnails, it enlarges or zooms itself to fill the panel. I've only recently managed to get one image to zoom in from the centre, stopping when it reaches a specific size, and therefore have left it working this way. What I want however, is for the images to be loaded in row formation, and on clicking each one, it "zooms in" from its position to fill the whole panel. Currently I have the thumbnail movieclip duplicated, with a different image loaded into each copy, on clicking one of the images, it zooms from the centre, although obviously, this is not what I want. I've attached my source and images in a file called GalleryProblem.zip.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved