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
FlashKit > Flash Help > Flash General Help
Posted on: 07-29-2003, 07:23 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
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.
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
HelpHow To Make A Design Page For T-shirt Design Website
Hello..I would like to make a design page that user can design his Tshirt online. It should have the functions like, adding pictures and text on the Tshirt, and the user can modify the font of the text and the position of the picture. After design, the whole information should be sent to the database for producer usage. Therefore, could any one have some good suggestion or source code for these purpose or any good links.
There is a similar function link. http://www.99dogs.com/custom2.html It is the whole process of the design and contains flash. So could any expert help me to achieve these functions in my design page. It is urgent and very important for me. Many thanks in advance!
Flash Design Methods, (what Is The Best Way To Design The Overall Site?)
Hey guys, i am new to flash and so far I have seen a couple ways that you can develop sites. one is to have a main timeline and load swfs into it. and the other is to put everything on the main timeline. I was searching for an article that would give me the advantages and disadvantages of both. anyone know about this?
Web Design Help...
Hi,
A friend of mine has asked me to set up a simple website for him using Flash. I haven't done any design work in over a year and so my memory is a bit rusty. I've searched through the tutorials looking for some answers, but nothing quite fit. So, can anyone here suggest a good canvas size for setting up the movie. I changed my default to 800x600 some time ago and it doesn't quite look right. What size would you recommend and what publish settings should I use for ensuring a good fit on different monitors, browser sizes, etc.
Also, my friend is really keen on maintaining the functionality of the "Back" and "Forward" buttons on the browser toolbar. About the only way that I can think of doing this would be to publish each page as a separate Flash movie, but this seems like quite an awkward, and slow, way of doing things. Any suggestions?
Thanks very much for your help!
Design
Hello everyone.
So,I'd like to make a flash site but the only problem is I am not really good in design ... The question is : Could someone make a cool design interface for me ?
- Tommy Gunn -
Web Design
I was wondering if anybody could help me find online tutorials for web designing tips. I want to know how to make animated instances and how to make hidden animating menus with links on them that are also roll-overs. Thanks if you can help, I really appreciate it.
IE Bar Design
can anybody tell if it is possible to chance the color and layout of the IE bar (blue bar top of the window)
Can i do it in flash (ationscript) or do i need java ....
can somebody give me a direction?
thankz
>envoy
For XML Design
I am new for the XML.... so can someone help on this?
http://board.flashkit.com/board/show...hreadid=366580
Cheers
Web Design
wHICH WEB DESIGN SOFTWARE OTHER THAN FLASH MX WOULD U RECOMMEND THAT CAN IMPORT AN EXPORT FILES WITH FLASH MX?
Web Design
I bundled up a program in flash so that I can use it for my personal favorites and programs i use on my computer.
What I would like to do is incorporate internet explorer so that it executes this flash program. I am having trouble getting IE to resize to its dimensions so that it fits snuggly in place and a person is unable to resize the window. Also i would like to remove the standard buttons IE has.. as well as removeing the title bar as well if at all possible.
I have attached a sample of the image:
Thanks!
Web Design
any web designers based in toronto looking to design a website $500...
no flash involved...scripting html and javascript
Please Tell Me How To Design
hello viewers,
this is santosh from india. i need some help in flash that is i want to create one calculator in flash i have html version calculator please see that calculator the calculator link is http://aboutforex.com/pivot.html please tell me how to design that calculator in flash and in that calculator i will give high, low and close values then i click on calculate then it will displays Pivot Point and R1 and R2 and S1 and S2 please tell me how to design and in this calculator i will use pivot formula that formula is as follows:
Pivot point = (H + L + C)/3
S1= (2 * Pivot) – H
R1 = (2 * Pivot) – L
S2 = Pivot – (H – L)
R2 = Pivot + (H – L)
if anybody design this calculator and send to me in fla mode please help me sir.
regards,
k.n.v.santosh
About To Design . . .
Im about to design some websites in flash. One being my portfolio, and the other being a website for a band.
I have never designed a website other than in class assignments. And I had used dreamweaver. However I want my sites to look nice and animated.
My question here is, are there anythings I need to keep in mind while designing these sites?
Help With Web Design...
Hi this is my first post..
I am fairly new to flash, and I am trying to make a website...
The website has been put together in frontpage, and contains link buttons made in flash, and then an inline frame, which I want the links to control
Im sorry if thats confusing above, Its hard to word....
So basically I need the flash movie to control links in an inline frame on the same page.... I tried adding the following, to a buttons 'actions'
"on (release) {
//Goto Webpage Behavior
getURL("home.htm", "I1");
//End Behavior"
with : home.htm being the page
and I1 being the name of the inline frame
This found the page, but opened it in a new window
Please Please help me Im very desperate for this to work....
Thanks In advance, James
My Design
Hello Dears, please visit this site its my design and i like read our comment plz
www.madaenalnour.com
thx
Nav Design
hey guys, ive made myself the menu with slidebar that is featured in the tutorials but i have a few questions.
Once my buttons have been made how do i make it so on rollover they turn a different shade or colour, im novice in AS so would it involoe Onrollover?
Secondly, my object i have made for my slider doesnt seem to glide to middle of each button that ive made? can anyone shed some light on this?
i would appreciate any help
thanks
Kipper
Design Help
Can someone tell me how do they this?
http://www.illusionnewmedia.com/
Notice how "Reviews" text window opens up in the middle of the page. I am trying to create something like this.
Please...Please....help!
Design Help
I'm like the only person without an awesome flash/php/photoshop website. What's the holdup? I cant create a design! And why not? No imagination? I don't know. Maybe someone can give me some ideas. I might want to do a website similar to Neostream.
I'm not very good at drawing, although I'm working on my creativity.
I've been hitting myself over the head with a trout.
Any ideas, anyone. Something that you did to think up your design?
Web Design Name
im in the process of starting to design the flash site for my web design company but im struggling for a name any ideas ive thought of pretty crappy ones up to know for instance mirage web design and typhoon web design after my current site typhoon extensions
all ideas wanted
-Tom
p.s needs to be catchy yet professional
Design
I am building my flash site which will be called pro design and i need a navigation bar kinda thing but i want it cool anyone know where i will find cool pictures which i could use as a nav bar i would like to make sumthing like http://www.highctr.com but without making the hed like thing in flash I am open to other ideas as well its a professional site but i want it less pro and more fun
-Tom
Nav Design
hey guys, ive made myself the menu with slidebar that is featured in the tutorials but i have a few questions.
Once my buttons have been made how do i make it so on rollover they turn a different shade or colour, im novice in AS so would it involoe Onrollover?
Secondly, my object i have made for my slider doesnt seem to glide to middle of each button that ive made? can anyone shed some light on this?
i would appreciate any help
thanks
Kipper
Design Help
Yeah, well I lack skill to make a cool news posting thingie to my website.
It's currently working with a simple kirupa.com's external file loading
tutorial as a base.
But the look in the textfield is not right... say what would you do and
how.
Currently it looks like this:
http://www21.brinkster.com/hellstick/hs.htm
Web Design
I am trying to figure out how this website was created. Obviouly it was done in flash but I want to know how the box on the right was created. It's almost transparent and you can close or open it. I also waned to know how they created the all black background with the smaller box in the middle where all the action takes place If someone could help me out I would really appreciate it. The address is http://www.fox.com/oc/home.htm
thanks
New To Design
Hi, whats up? im really new to design. im really young too, im 13 years old. I was just wondering where to start. Do any of you teach lessons or anything? i wanna get as good as www.pixelranger.com , but yet i know that will take a while to acheive. Do any of you have any ideas on how i should start. i really wanna learn flash and Photoshop, so if anyone can help that would be awsome thx
Dustin
Im New To Design :)
Hey all, ive been tryin to decide if i should start web design, i found some nice colleges and stuff, but of course im very young so im not ready for that. I was wondering how to start off with basics with flash and photoshop , and any good sites with tutorails and such. Also, for those of whom are webdesigners for a carrear, is it a good one? can u make alot of money off of it (lol)? please help me if u can
Need A Little Design Help
My interface is based on symbols and i have got stuck...
What can i do for an about symbol?
I currently have a i for info but i dont like it...
Any Ideas?
Thanks!
[looking 4] A Design
I saw a long time ago before I grasp [as], a look that was pretty neat and now I like to try to learn how to do it.
It looked like this:
4 boxes with a circle in the the middle. the boxes were draggable and the circle would = the center of the boxes and when a box was dragged the circle would flow or bounce as it were to the center of these 4 boxes.
Something simular to this would be good.
Thanks. any reply would be good because I cant find any.
Help With Web Design
Hi.
Nice site design. Okay, I need your help.
So, I wanna make personal site, and I am looking for site template.
Can you advice some online store or other resource where I can find many site templates?
It would be better if it will be free:)
I think many of us have personal sites, do you design it yourself?
Thx, Bill.
How To Design ?
Hi folks,
i am new to OO concepts, and i am pretty much impressed by flash, wanted to create a small game, description of the game was like ... it consists of Balls (movie clips) randomly bouncing on the stage, while creating these balls user have to input the Name of the ball, and when play begins he has to type a name and click on any one of the ball if the name of the ball is the same as the name the user typed, then he will got 10 points, otherwise he will lose a chance.
Actually what i want is, i want that inputed data from user will be stored separately, want to have a controller which will control the UI and input data. I have thought of the design given below but unable to think interms of OO can anybody help me on this ....
() [ manager ]
/
/
() ()
[ data ] [ UI ]
thanks in advance.
Help In Web Design
Hey, I just wanted to know if anybody could point me a web site or something where I can learn how to create a web site in Flash.
Thanks
Design Question
I'm fairly new to actionscript, so I'm trying to get a little direction on how to setup a project I want to start.
I want to allow monsters to run across a level that is composed of small blocks. The old arcade game Joust would be a good example. I want the monsters to continually be falling (gravity) but when they hit blocks they stand on them. Currently i just do a hit-test within the blocks and set the monsters y value to be offset of the blocks y value to get this effect.
Problem is I don't know how to make all the blocks have the same actionscript so that when I edit it, it applies to all the blocks. Do I need to put the script in a frame, and then call it from within the onClipEvent(enterFrame) of the blocks? This probably isn't the best way to do this. Any suggestions appreciated.
Thanks.
Whats The Best Design ?
Hello Everybody,
I am buliding an application with a Menu navigation.
Selecting each menu item loads its own movie clip.
Certain interactions in the movieclip should cause suitable changes in the menu and vice versa.
The menu is always visible on the left hand side while the movieclips load on the right.
whats the best solution....?
should i:
1.use loadMovie and assign the movieclips suitable levels
2.use a generic movieclip with a fixed level and load othe other movies into the generic movie.
will appreciate ur ideas on this...
with thanks
kiran
Effect I Want But Cant Seem To Design.
I dont know if I need to do it in 3ds or swift, but I want the bands to move like they are rotating from the middle of this ball and I cant get it no matter what I do. http://www.anythingbutflat.com any suggestions?
Forum Design
I have just visited this forum page and noticed how everyone can write in and communicate with each other. Its obvious that this is the future of web design where everything is dynamic. My suspicion is that this was done with Macromedia coldFusion and Ultradev. Could someone confirm my suspicions as I am very interested to learn to develop web design at this level. As the learning curve is high I do no wish to emback on learning the wrong software, please advise what software was used to achieve this
Lounge Design
Hi I decide to make a class example like this site :
http://www.subscriberdirect.com/gq/l...ash/index.html
- Do anyone can help me on how to generate bubbles without creating all of them ?
- Where can I find some fonts with a Cocktail Shaker , glass and everything ?
If anyone got some .fla like this one tell me !!!
Mastering The Web Design
Hi Guys,
Beforehand thank you to everybody that helps me out and just reads it. Sorry for the length.
I will start from the beginning. I am a student at a University studying computer information systems. Our department of course like lots of them tends to fall behind the technology quite a bit. The programming languages that I have to learn right now to be successful are not those that we are being taught at the school. Being always cool about learning stuff myself I decided that I am going to learn stuff I need myself.
I am trying to obtain a close to complete set of skills for developing full dynamic websites for online businesses. I have VB.6 background and I am also going to learn principles of Java. Right now I think about mastering ASP.NET, PHP, MySQL, Actionscripting, XML. I know it’s not going to happen overnight, I will take it step by step. I already started working on my ASP.NET skills. I have basic Flash and intermediate to advanced HTML skills.
My dilemma now is choosing the step by step process to achieve an advanced set of web design and programming skills in a period of about 1 year(that's when I graduate). I want to be able to create full database integrated, artistic Flash web sites. Now, nobody can help me with my artistic skills. I either have them or not and I think I have some. I know I will have to use ActionScripting, ASP, XML, PHP and MySQL for dynamic purpose. But where to start? Should I purchase every book I can possibly find useful, or tutorials here and at other online resources can complete the missing?
I am looking at purchasing Hilman Curtise’s Book for flash as well as Flash FX complete reference; Flash 5 Dynamic content studio, Flash XML StudioLab, Dreamweaver Ultradev, Foundation in Coldfusion by friendsofed. I already have purchased SAMS ASP.NET tutorial.
Where should I start and how should I go about it further?
Appreciate for the help guys.Have a nice day.
|