Be a Supporter!

Best way to animate?

  • 300 Views
  • 9 Replies
New Topic Respond to this Topic
egoraptorfreak1
egoraptorfreak1
  • Member since: Jul. 28, 2008
  • Offline.
Forum Stats
Member
Level 07
Programmer
Best way to animate? 2011-07-16 00:22:44 Reply

im making a stick figure movie (if you dont like them either leave or dont focus on that part) and ive been using shape tweening without success even with shape hints it doesnt work so should i go frame by frame (not preferable) or other ways? (not really sure what they are but i need them)


WTF happend to Duke Nukem, Crash Bandicoot and Spyro?

BBS Signature
MintPaw
MintPaw
  • Member since: Jun. 11, 2006
  • Offline.
Forum Stats
Member
Level 10
Programmer
Response to Best way to animate? 2011-07-16 00:49:51 Reply

Frame by frame is always the suggested way of animation.


If ya have something to say, PM me. I have a lot of time to spare.
Also never PM egg82.

BBS Signature
egoraptorfreak1
egoraptorfreak1
  • Member since: Jul. 28, 2008
  • Offline.
Forum Stats
Member
Level 07
Programmer
Response to Best way to animate? 2011-07-16 00:51:26 Reply

okay i guess i will just keep working at it, thaks again MintPaw you always solve my problems for me


WTF happend to Duke Nukem, Crash Bandicoot and Spyro?

BBS Signature
SethFx23
SethFx23
  • Member since: Jul. 13, 2011
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to Best way to animate? 2011-07-16 03:01:43 Reply

At 7/16/11 12:49 AM, MintPaw wrote: Frame by frame is always the suggested way of animation.

Not necessarily, you can do motion or shape tweens and in between edit the frames.

Wolfos
Wolfos
  • Member since: Jan. 19, 2008
  • Offline.
Forum Stats
Member
Level 25
Game Developer
Response to Best way to animate? 2011-07-16 07:40:20 Reply

An hybrid of frame by frame and tweens is the best way. Use fbf normally, and when it's not noticeable you can use tweens.

cdjproductions
cdjproductions
  • Member since: Jul. 2, 2010
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Best way to animate? 2011-07-16 09:17:42 Reply

I personally use a mix, depending on what I'm doing. My first flash, I did just that. Mainly motion tweens for actual motion, and frame-by-frame for lip syncing and the guys moving around.

Anyways, back to topic, if you want to use motion tweens with multiple objects, use multiple layers, one for each object. For example, for your stick dudes, use one layer for one arm, one for the other arm, one for one leg, et cetera et cetera.


This account is now defunct and will now serve as an alt - _)-UltimateCJ64-(_
Seriously, I'm serious.

Patcoola
Patcoola
  • Member since: Mar. 7, 2003
  • Offline.
Forum Stats
Member
Level 60
Animator
Response to Best way to animate? 2011-07-17 00:49:57 Reply

personally i now only do tweens, you can't beat the production speed and smoothness of frame rates as high as 120fps no matter how complex the animation is.

DannyDaNinja
DannyDaNinja
  • Member since: Mar. 14, 2010
  • Offline.
Forum Stats
Member
Level 04
Game Developer
Response to Best way to animate? 2011-07-19 02:08:52 Reply

Motion and Shape Tweening is useful sometimes, but usually frame by frame is the way to animate.


Trying to post in topics that have no replies. Trust me it's a horrible feeling when nobody replies to your topic :{

codergames
codergames
  • Member since: Jul. 14, 2011
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to Best way to animate? 2011-07-19 06:17:53 Reply

I use frame by frame and scripting for animations. It takes a lot of time, but the results are precise and with scripting you can reuse many parts you already wrote with minimum changes.


BBS Signature
DoughnutStudios
DoughnutStudios
  • Member since: Jul. 27, 2009
  • Offline.
Forum Stats
Member
Level 01
Animator
Response to Best way to animate? 2011-07-19 12:06:50 Reply

It really depends on the type of animation you are making. I see you are doing a Stick Figure animation. You may find combining the use of frame by frame and motion tweening to create some nice effects. Try each method, and you'll talents will be revealed :P