Skip to main content
Participant
July 6, 2011
Question

Site Animation

  • July 6, 2011
  • 3 replies
  • 588 views

Hello everybody,

I am new to flash and action script - but i dont find it really hard.

My target is to make a website with flash.

Everything was good until i get to the actions step.

I need to create animation with pictures.

I am using labels, so when you are on some label and pressing to move to other one it have to create sorting animation

which exactly contains the image you have now and to change it to new image of the pressed label.

I cant find a way to make that.

Please help, its really importent.

Ask if i am not talking clearly.

Thanks alot!

BoldyWar.

This topic has been closed for replies.

3 replies

BoldyWarAuthor
Participant
July 7, 2011

Hello again,

Thank you for the answers, but i think i didnt made myself crearly.

I have a site(flash) and on every page it has a menu like every site.

Now, when the site loads, it have a background image.

When you hit one of the pages on the menu, i want it to change to that desired image of the exact page selected.

All that in an animation of fade out and in. Like the old image slowly dissapear and the new appear.

I have done all the pages, but i cant manage to find a way to make the animation working right.

I mean, i cant know what image will come after the old one. So it have to be some Action script or timeline animations.

It stronger than i know for now.

Thanks for your help again, please help me to make the site it is really importent.

BoldyWar.

Ned Murphy
Legend
July 7, 2011

Based on what you just re-explained, my response does not change. If you want to have images fading in and out simultaneously, the options I listed for that stand as written, except for the second one since it does not have simultaneous fading.

BoldyWarAuthor
Participant
July 7, 2011

WOW, seriusly its complicated.

Can you help me with that, because i cant understand what do you mean, i dont see it helping me.

here is a pic maybe it will help..

what do you say?

And if you have any suggestions about the main build, your welcome =]

Thanks!

Boldywar!

kglad
Community Expert
Community Expert
July 6, 2011

if you can only move to, at most, one next image from any current image, you can use timeline animation.  if you want to allow users to move to more than one image (like a next or a previous), it's better to use actionscript to animate your transitions.

Ned Murphy
Legend
July 6, 2011

You cannot do what you want using the timeline unless you either 1) fix the order of the images that will be displayed  or 2) make it so that the images do not appear and disappear at the same time, or 3) you make a series of transitions for each image to transition into each of the other images

To do what I think you are trying to describe you want to do, you should use Actionscript.  To find the Actionscript to use you should search using Google... use search words like "AS3 slideshow tutorial"