Author |
Message |
sarm2005
|
Posted: Mon Mar 03, 2008 8:54 pm Post subject: Animation ideas??? |
|
|
Need to create a simple animation for programming class using frame-by-frame animation. I'm not the best artist so any ideas for creating something that's easy to draw but also interesting. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
syntax_error
![](http://compsci.ca/v3/uploads/user_avatars/196798963948cf16794b6e5.jpg)
|
Posted: Mon Mar 03, 2008 9:11 pm Post subject: RE:Animation ideas??? |
|
|
factorial tree.
art mind not needed. Only math. |
|
|
|
|
![](images/spacer.gif) |
sarm2005
|
Posted: Mon Mar 03, 2008 9:26 pm Post subject: Re: Animation ideas??? |
|
|
Um. That's not what I meant by a frame-by-frame animation |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Mon Mar 03, 2008 10:20 pm Post subject: RE:Animation ideas??? |
|
|
I suppose it could be.
I think the idea is to draw shapes in relation to the for-loop counter. You should try to keep it simple -- the less shapes you have, the easier it is to keep track of everything. To make it more interesting, consider incorporating curved paths into the animation. Think sin/cos. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
TokenHerbz
![](http://compsci.ca/v3/uploads/user_avatars/717170395558e628d9452b.jpg)
|
Posted: Tue Mar 04, 2008 12:45 am Post subject: RE:Animation ideas??? |
|
|
A growing plant would be really interesting to create...
But if you want something basic, try something along the lines of flying, weather it be a bird, or a plane, perhaps even avoiding objects to get the movement to stand out more..
I personally would probably just make two people walking beside each other towards the screen you look at, having the arms and legs move... |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Tue Mar 04, 2008 12:54 am Post subject: RE:Animation ideas??? |
|
|
TokenHerbz -- animating people to move is incredibly hard. Any organic motion is quite complex. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
TokenHerbz
![](http://compsci.ca/v3/uploads/user_avatars/717170395558e628d9452b.jpg)
|
Posted: Tue Mar 04, 2008 8:24 am Post subject: RE:Animation ideas??? |
|
|
Well it doesn't have to be exactly perfect..
What moves in a simple motion then, a snake? |
|
|
|
|
![](images/spacer.gif) |
riveryu
![](http://compsci.ca/v3/uploads/user_avatars/196991102647ae2debe0bf0.jpg)
|
Posted: Wed Mar 05, 2008 8:54 pm Post subject: RE:Animation ideas??? |
|
|
You can make a sunset + any other moving the envoirment in which the sunset is taking place. simple sketch bird? the sea? landscape? moving animals etc.
this idea could be overused though im not sure |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Bored
![](http://compsci.ca/v3/uploads/user_avatars/7678827054c0296ac1832b.gif)
|
Posted: Thu Mar 06, 2008 1:11 pm Post subject: Re: Animation ideas??? |
|
|
I think riveryu has a good idea there with the sunset, having the suns co-ords being the cosd and sind of the loop variable. If you really want something hard you could try using the drawarc to make fyling stick birds, the arks being the two wings. |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Thu Mar 06, 2008 2:44 pm Post subject: RE:Animation ideas??? |
|
|
the sunset is a brilliant idea.. it's fairly simple, but it could be made interesting with an arc path. You can add another layer of complexity with having the colour change gradually from yellow to orange. And background from light to dark. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
lordroba
![](http://compsci.ca/v3/uploads/user_avatars/59807821047352e408f0e3.jpg)
|
Posted: Thu Mar 06, 2008 8:54 pm Post subject: Re: Animation ideas??? |
|
|
i remember i did a matrix style fight scene for my animation project. The people were stick men so they weren't too hard to animate. One of the guys ended up exploding at the end into tiny green particles. |
|
|
|
|
![](images/spacer.gif) |
|