PDA

View Full Version : Cool moving background navigation... HOW????


principe
08-12-2005, 11:04 AM
I just found this site and my jaw dropped! Does anyone know how it's done?

http://www.unit9.com/moon/

atulsc
08-12-2005, 11:37 AM
what exactly u wanted know about this..it's better if u r little more specific...anyway... I may not able to help u out with this cuz it looks real pro work.. if u r asking about the drawing...i think they drew it with pencil then scanned them in.. cuz it looks very realistic.. but other effects look quite simple ..they r just moving around.. it's the look n feel thats making it look so different...u need to work hard on the drawing.. not much on programming..

brunken
03-16-2009, 10:58 PM
I guess this post is probably a bit old but that kind of navigation script is exactly what I have bin looking for so PLEASE tell me how to make that background navigation slide script I guess it has to be dynamic in order to work sow its not that simple you cant timeline script it to work can you?

PLEASE realy need it

TheVisionary
03-17-2009, 02:13 AM
If we tell you how to do it, you will not know how to do it because that is not simple actionscripting. Highly complex actionscripting.

asf8
03-17-2009, 04:35 AM
Get familiar with a the (a) tween class and your all set. Not really that complicated.

kkbbcute
03-18-2009, 11:38 AM
Get familiar with a the (a) tween class and your all set. Not really that complicated.

Agreed, @TheVisionary, I think you are thinking in a needlessly complicated manner, it's really not that hard.

TheVisionary
03-18-2009, 01:41 PM
It may not look hard but time and energy are a big factor. Also, if someone is asking how to do something you may find easy do you think they will also find it simple. You guys are on a higher level then most people so it would not be easy for them as it is for you ;)

kkbbcute
03-19-2009, 06:52 PM
It may not look hard but time and energy are a big factor. Also, if someone is asking how to do something you may find easy do you think they will also find it simple. You guys are on a higher level then most people so it would not be easy for them as it is for you ;)

Oh, sorry bout that, anyway everything needs effort, persevearance creates the best works, so always give it all you got till the end!;)

TheVisionary
03-20-2009, 12:45 AM
Admit it, you are better :P

kkbbcute
03-20-2009, 03:08 AM
Admit it, you are better :P

:) Anyone can think up of any other method to do this with simpler AS then?

Xegnma
03-23-2009, 02:04 AM
Let's break it down.
There is a huge image contained in a movieclip with hotspot movieclips scattered all over it. A mask is then applied to the clip as a kind of view port. You define on release events for each hotspot so that the images tweens from one hotspot to the next. Trust me this is easy. If you are familiar with masks, defining onEvent handlers and the Tween class this thing is a breeze. As one of my more eccentric (and prone to hyperbole) professors would say "A babe on the breast could have done it!!".

tacos
03-23-2009, 02:21 AM
Basically, in the end, the following example, although much less visually appealing, reproduces the exact same thing...
You should maybe have a look at the .fla...

http://www.actionscript.org/resources/articles/7/1/Easing-Menu-System/Page1.html