A Bird
What i need to do is make a small bird fly across (from left to right) the header graphic of my page. Im pretty new to flash, but i do know how to make it JUST move from one side to another. I want to be able to make the wings move up and down as though its flying while actually moving.
If someone could help me out, ill be on aim @ yo MrStiffy.
FlashKit > Flash Help > Flash Newbies
Posted on: 08-25-2007, 11:35 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Design Bird
hey can any body help me how to design a bird and then animate it if any tutorial is there i would be highlt obliged
regards
Hussain
Flying Bird
I am new to Flash. I just upgraded to CS3 and am trying to create an employee website with a flash file. I created my design in Photoshop and am using Fireworks to create my slices and Dreamweaver to finish it off. I am not sure if I need to do my slices first in Fireworks and then import that into Flash to create my animation. anyone know?
also, for my flash file, I have a scene with a tree, buildings, grass and clouds. I wanted to add a bird flying, some moving clouds and a light flashing on and off. The problem I am having is with the bird flying. I found animated gifs on the internet and tried to use those with a motion guide but the animated gif won't work. I tried doing my own animation with a bird with it's wings up and then down. It is very choppy and I know I didn't do it the right way. I used all kinds of keyframes and motion tweened between each one and then added motion guide. Can anyone help me out? I just want a small black bird flying across my scene and I want to do it the easiest way as possible. Any advice will be greatly appreciated. Thanks.
Flying Bird
I make a bird that wave it wings
I make it fly with random motion
but how do I make it point it's nose in the right direction?
tricky huh!!
Exploding Bird
Hello! I have an animation of a bird flying that starts when the "our work" button on our site is rolled over. I would like to make this bird explode somehow, where ever he is atthetime, when the button is released....then, the "our work" section would load. Any ideas?
Flying Bird
I make a bird that wave it wings
I make it fly with random motion
but how do I make it point it's nose in the right direction?
tricky huh!!
Bird Flock
I once saw an animated bird flock, it was a gif or a swf.
You know where can i find one that is animated to use in a flash animation?
Random Bird Movement
Does anybody have any random code I can slap on a movieclip that will look like a bird (seagulls) moving in the distant? I tried tweening it it but it just looks too repititive and boring.
I'll have at least 5 birds that I want to animate, I figure it will be easier if I just do it with code.
Your help will be greatly appreciated.
Creating An Animated Bird
I am trying to incorporate a "near realistic" animated bird into my website, but I don't know how to go about it. I want the bird perching, and later flying away just as birds do. I was hoping may be someone can point me in the right direction. Anyone seen something like this done before? thanks
[F8] Flying Bird Animation
Im trying to make a bird fly and move around the screen at the same time but im not sure how to do it. I already made the layers of the bird flying and i can set it up so the frames change and its wings flap ... but how do i loop the flying and make the birds move around? Thanks!!
Flying Bird In Flash
I am new to Flash. I just upgraded to CS3 and am trying to create an employee website with a flash file. I created my design in Photoshop and am using Fireworks to create my slices and Dreamweaver to finish it off. I am not sure if I need to do my slices first in Fireworks and then import that into Flash to create my animation. anyone know?
also, for my flash file, I have a scene with a tree, buildings, grass and clouds. I wanted to add a bird flying, some moving clouds and a light flashing on and off. The problem I am having is with the bird flying. I found animated gifs on the internet and tried to use those with a motion guide but the animated gif won't work. I tried doing my own animation with a bird with it's wings up and then down. It is very choppy and I know I didn't do it the right way. I used all kinds of keyframes and motion tweened between each one and then added motion guide. Can anyone help me out? I just want a small black bird flying across my scene and I want to do it the easiest way as possible. Any advice will be greatly appreciated. Thanks.
Flying Bird For Flash
Hi guys
I need to make an animated vector flying bird. Not a bird drawing but a bird shape only. First i tought that making some modifications to he vector and then doing a shape tween would be enough but i havent been provided by a good shape....
I got Poser 6 but even i have basic knowledge about 3D programs like Lightwave i'm stuck with it. I was told you can animate animals with it but i haven't been able to change the character.
Can anyone point me to a basic tutorial for Poser 6, a model ti import into Poser or maybe any other idea on how to make a simple flying bird.
Kill The Robo Demo Bird
does anyone else want to kill that bird going on about robo demo.
man she hurts me badly, she also looks pants and has the most anoying voice in the world. am i alone here.
however much robo demo are paying flash kit to put that bint on here isn't enough.
anyway can anyone tell me where i can get video clips from. i wanna take clips of video into flash for dvd authoring.
Thank you
Much love
[MX04] My Bird Gets Stuck At A Certain X Coordinate
Hey gang,
I'm working on a site that includes an animated hummingbird and it's supposed to hover around some flowers in kind of a circular pattern. My problem is that it gets stuck at a certain x coordinate and then just moves up and down. You can see it HERE . Watch the bird for a few secs and you'll see it stick.
I've kind of cobbled my code together from a shooter game I was working on a while ago, and I've forgot where I found the tute or the source code so I don't remember exactly what it's doing. Can someone look at it and tell me where it's sticking?
code: var flightAmount:Number = 75;
var flightSpeed:Number = 7;
myBird.onEnterFrame = function() {
moveBird(this);
};
function moveBird(bird) {
var dir:Number = (Math.round(Math.random()*10) == 0) ? -15 : 15;
bird.ang += dir;
bird.ang = bird.ang%360;
var x:Number = Math.sin(bird.ang*(Math.PI/180))*flightSpeed;
var y:Number = Math.cos(bird.ang*(Math.PI/180))*flightSpeed;
if (bird.birdFlight._x+x<flightAmount && bird.birdFlight._x>-flightAmount) {
bird.birdFlight._x += x;
}
if (bird.birdFlight._y+y<flightAmount && bird.birdFlight._y+y>-flightAmount) {
bird.birdFlight._y += y;
}
if (bird.birdFlight._rotation+dir<10 && bird.birdFlight._rotation+dir>-200){
bird.birdFlight._rotation += dir;
}
}
myBird.ang = 0;
myBird._y = 225;
myBird._x = 250
myBird._xscale = 70
myBird._yscale = 70
Any help is most appreciated!
-Sandy
Hrmm... Animating A Bird Flappin It's Wings
Basically i got 4 birds on fenceposts, and when i click on em i want them to fly away..... that's not really my question tho...i just need some animating tips on moving the wings... i've dinked around with em for awhile but can't get em to look right, here's the .fla
it looks cheesy as hell, but i'm bored and im just experimenting =D
|