Hi,
I have a character to animate in a game, according to user input.
In what comes to performance I have a question.
Well since I don’t want to be drawing every frame in my character’s frame sequence, I drawed all my body parts and separated them. Them I created the animation using the Motion tween to prevent me from drawing intermediate frames. If I let flash reproduce this motion tween during runtime, won’t there be a performance issue? (having in mind this is a game, with a lot of other processor consuming tasks)
should I instead rip all the frames and concieve a sprite sheet or something?
but if I want to keep my char vectorial?
I would take some profit of some game’s animation tutorial if u can reccomend me one.
thank you.