Interface Sliding Around Am I doing This Right?

Look here >>> http://www.exopolis.com/site/

Pain but i gotta do it.

Is this basicly telling a button to go to a framelabel where i will animate the sections going off like the above interface apart mine is a camera.

Just have each section animated then tell the appropriate button?

This right what do you think?

Thanks barrie.

Can i put easing onto aniamation tween to make it smooth or can you only do that with mc’s? Anyone know the code for easing a mc into a set postiton in the screen. the right x y which i have figured out before.

Thanks:)

Nice effects. I want to ask how you got the text become curved (bend text)? Could you write some words on that please?

mx-guest2004

Uh???

Thats not my site i was giving it as an example on how to move the interface around. Thats what i am trying to do.

this is very nice site and has a lot of cool things :thumb:
i want to ask how can i make effect in the text :h:

thanx :smiley:

i’d have to say its not with frame labels. More likely to be movement initiated with a button press, and then using an onEnterFrame function to move the box up/down. Its how i would do it anyway.

What text effect are you peeps talking about?

OnEnterFrame with easing would you say KO2n? Any script anywhere that can help me?

:slight_smile:

There should be plenty of examples floating around, key words to search for:

easing, ease, movement etc

Check my site to see my boxes move and get resized.

Nice site is that basicly the same as that site then just different layout. I’m sure i remeber a tutorial along thoese lines somewhere.

Thanks for your help. I think they others are on about the way the text appears on that site.:slight_smile:

Yeah if you forget about resizing and just think about movement you’ll see its the same. Its possible to do with key frames and motin tween but i think its easier with actionscript, my preferred method anyway.

Where did you get your script for that then?

About the text, the section headers, where the text appears wobbly, the text is built with particles that move into place, and by displacing them you get the wobble effect, thats what i think.

Some of the text content appears from behind a mask, and some parts sort of cycle through different symbols before stopping on the correct one, i’m sure i’ve seen an example of this somewhere before, i’ll try and hunt it down - or maybe some one else knows.

Done it myself, not hard if you know about physics and kow some math. I can say i’m 100% certain it was done with a function, it you watch the box move when it gets 3/4 pixels away from the final position it slows done dramatically, definately the result of a function i’d say.

that’s great answer :smiley: but can you give us an example :wink:

yeah i said i’ll try and hunt down something i saw!! patience.

i was just thinking about it, it seems reasonable to be able to create it without any tutorial or watever. using setInterval call a function every 1/100th of a second that will replace the first character with a random symbol, do that call 3/4 more times, then move on to the second character of the word, the first character remains the same while the second one changes between the random characters, then after 3/4 calls stop at the correct character and move ontot the third character and do the same, continue for as many characters as you got. Makes sense in my head even if ive worded it badly.

:smiley:
:h: