emergency_pants
07-06-2005, 02:56 PM
Hi,
Can anyone shed some light on a zooming navigation system.
A simple example is the one relevare have devloped for their site at http://www.relevare.com
Another nice example can be seen at http://www.saturday-london.com/
I'd like to create a system different to these, but similar enough that I'd like to know how these are done.
At a guess, I would say that the whole system is a set of embedded movieClips. Each child movieClip has a set of properties, which are passed to an enterFrame function. The function has two or three stages:
The main movieClip is rotated.
_xscale, _yscale, scroll to correct position.
Can anyone tell me for sure that this is how it is done? Maybe there are some eg FLA files somewhere? Or do you have some code hints you could share? I could start this from scratch, but some source code would definitely save me some head scratching and problem solving in the first instance.
Can anyone shed some light on a zooming navigation system.
A simple example is the one relevare have devloped for their site at http://www.relevare.com
Another nice example can be seen at http://www.saturday-london.com/
I'd like to create a system different to these, but similar enough that I'd like to know how these are done.
At a guess, I would say that the whole system is a set of embedded movieClips. Each child movieClip has a set of properties, which are passed to an enterFrame function. The function has two or three stages:
The main movieClip is rotated.
_xscale, _yscale, scroll to correct position.
Can anyone tell me for sure that this is how it is done? Maybe there are some eg FLA files somewhere? Or do you have some code hints you could share? I could start this from scratch, but some source code would definitely save me some head scratching and problem solving in the first instance.