PDA

View Full Version : Trying to acheive this effect.



pteh
April 8th, 2008, 06:40 AM
Hi guys,

I am new here. I am trying to achieve the navigation effect on the following site. Can uz lot share with me on how I'm about to acheive it?
http://www.vermeersch.ca/

doridori
April 8th, 2008, 09:04 AM
What part do you mean exactly?

I assume you're after the panning to different parts of the guy in the background.

You may get the illusion that the screen is moving around like a camera, but it is not.
It is basically achieved by having a large image in the background and then actually moving this image to a specific place.

The actual animation (moving the picture) is done with actionscript by changing the x and y values of the image. A search for "actionscript animation" should yield plenty of help on that.

pteh
April 8th, 2008, 11:43 AM
Hi doridori,

Thanks for your reply. I understand that actually it was the large image in the backfround that is moving. The closest script I can find so far are as follow:

1. http://www.19.5degs.com/element/221.php
2. http://www.kirupa.com/developer/actionscript/xymove.htm

How to achieve by clicking the button1 and the image will move to x1 & y1 and when i click button 2 teh image will move to x2 & y2?