all groups > macromedia flash sitedesign > october 2003 >
You're in the

macromedia flash sitedesign

group:

PLEASE HELP!



Re: PLEASE HELP! Bryce
10/14/2003 10:05:32 AM
macromedia flash sitedesign: I created one for http://www.windmillconstruction.com/. I forget how I
did it right now, but I know it wasn't hard. I can send you the .fla
when I find it. Tonight probably.

Bryce

[quoted text, click to view]
Re: PLEASE HELP! tralfaz
10/14/2003 11:33:40 AM
I have a couple of cloud animations on my website. The tutorial for the
perspective cloud animation is for Photoshop & Flash but other paint
programs can do it too. I haven't quite finished the tutorial for the first
one, but the other posts in this thread cover that method anyway.
http://members.cox.net/4my2dogs/flash/
tf


[quoted text, click to view]
I have tried to do it by using few jpeg images of clouds but once they start
again it skips and it is not very smooth.
[quoted text, click to view]

PLEASE HELP! darkone168
10/14/2003 12:14:41 PM
I am trying very hard to create a looping cloud animation for my website. I have tried to do it by using few jpeg images of clouds but once they start again it skips and it is not very smooth.

Can anyone tell me how to make a good looping animation like this?

Thanks


Re: PLEASE HELP! J-Dogg
10/14/2003 1:22:27 PM
I think you can just import a movie clip into flash, and then drag the
timeline out to the end of it. If the movie loops, then you can just write
gotoAndPlay(1) (if the movie clips starts in frame one) and it will loop.

[quoted text, click to view]
people do this so I would like to know how do I use a animated sequence of
photos and not get that jump.
[quoted text, click to view]

Re: PLEASE HELP! Bryce
10/14/2003 1:35:46 PM
Hi Roy,

I encountered the same problem in one of my movie clips. Unfortunately,
I did not find a solution (which is not to say there isn't one) and was
forced to go back to having it just as a movieclip. I would be
interested to find out the solution if anyone knows of one.

Roy, if you figure it out post to this thread. I'll see what I can come
up with.

Bryce



[quoted text, click to view]
Re: PLEASE HELP! darkone168
10/14/2003 3:42:49 PM
Thanks very much.

Can I ask another question please?

I have created a rollover scrolling button inside and movieclip. I used an actionscript with the "_root.movie" function and it worked fine. Because my flash has gotten larger I have decided to create a new swf file which calls in swf movie into this new movie. I used a "loadmovie" script and it loads my scrolling movie with no problems. The problem is that it does not scroll anymore.

The "_root.movie" function was used to control it's own movie but now because it is in another movie it does not work.

Can you please help me? Please.... I have tried it for days.... I can't find anyone to help me.

Thank you very much.

Roy

Re: PLEASE HELP! DieFrohKartoffel
10/14/2003 3:43:47 PM
darkone -

Create a new movie clip and name it whatever you like - clouds, for instance.
Put your clouds on the stage and put them where you want the animation to start AND end. create 2 new keyframes for the start and beginning. (as many frames apart was you want the animation). use the frames between to create new keyframes for your cloud motion. once you have everything tweened up, create a keyframe just before the final keyframe. now remove the final keyframe from the movie clip. This movie clip will now loop without that "jump" you talked about. since the last frame and the first frame are the same, you get a repeating frame - causing the jump (pause).

If you have a sample of your work or would like me to send you an example, please let me know.

Thanks -

Tim

Re: PLEASE HELP! darkone168
10/14/2003 3:53:22 PM
The cloud animation is a sequence of animated real cloud. I have seen many people do this so I would like to know how do I use a animated sequence of photos and not get that jump.

this is a example website.

http://www.skyworksinc.com/



Referring URLs
http://www.skyworksinc.com/



Re: PLEASE HELP! DieFrohKartoffel
10/14/2003 5:49:03 PM
Here's what I would do.

I've done this for a looping time-lapse animation, so here's how I did it to make it look smooth.

Take each image of the sequence (ie - image1, image2, image3) and create separate graphic symbols for each (insert gif/jpg/whatever) then convert to symbol (f8) and name appropriately.

Im sure you know how to do all this, I'm just being explicit in an attempt to be clear.

Create a movie clip - clouds

Layer1 - image1
Layer2 - image2
Layer3 - image3

There are 2 methods:

1 - time-lapse / movie mode

layer 1 - frame 1- the keyframe for image 1
layer 2 - frame 1 empty, frame 2 has keyframe
layer 3 - frames 1+2 empty, 3rd frame has keyframe of last cloud sequence

To prevent the jump, create a 4th layer (bottom-most layer) and put a keyframe of clouds1 under the clouds 3

Tween the image3 image from 100%alpha to 0% alpha (using OUT or IN to acheive the desired effect).

End the movie

Make sure that each image is only on the stage for 1 frame (or however many frames you want them to last depending on your framerate and the framerate of the source clouds animation)

2 - Fading animation

Do the same as method 1, except, tween all images to fade out over the previous image.

Remember to do the keyframing tip i gave you for the looping sequence (insert keyframe before final keyframe, remove final keyframe for a better loop).

You may want to experiment with this layout, as these methods work differently (visually) with different types of images and animations.

I've linked a small screenshot for example.

Let me know if you need anything else -

Tim



Referring URLs
www.swiftcec.com/uploads/clouds_animation.gif



Re: PLEASE HELP! darkone168
10/15/2003 3:43:11 AM
Thanks everyone!

I will try it and let you guys know the result. Thanks again!

Roy

Re: PLEASE HELP! darkone168
10/15/2003 3:59:06 AM
I was wondering if anyone can help me with this also.

I have created a rollover scrolling text button inside a movieclip to tell the stage to scroll. I used an actionscript with the "_root.movie" function and it worked fine.

Because my flash has gotten larger I have decided to create a new swf file which loads in the swf movie into this new movie. I used a "loadmovie" script and it loads my scrolling movie with no problems. The problem is that it does not scroll anymore.

The "_root.movie" function was used to control it's own movie but now because it is in another movie it does not work.

Can you please help me? Please.... I have tried it for days.... I can't find anyone to help me.

Thank you very much.

Roy

Re: PLEASE HELP! Peter Blumenthal
10/15/2003 9:46:16 AM
if you are loading the .swf into a movieClip you can target it with that
name:

_root.myLoadClip.play()

Depending on how many levels down you are making the call from you could use
_parent instead of _root.

}`¬P

AddThis Social Bookmark Button