How do I ... implement a simple anime jutsu fight scene

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

User avatar
dlangdev
Posts: 144
Joined: Wed Jun 13, 2007 10:43 pm
Location: USA
Contact:

Post by dlangdev »

hey,

i have 'nother questn'

does this make sense? i want to put some kind of user interaction to a character.

1) model and rig a character in ASP5, no backgrounds.

2) setup the keys to get a scene going.

3) save the file.

4) export to swf format.

5) open flash 8

6) create empty movieclip.

7) import swf file.

8] continue animating the character.


... or .....


1) export the anme contents to quicktime.

2) in flash, use loadmovie() to display a quicktime movie.


i'm seeing the first option is the best for adding user interaction.

but i'd like to hear your remarks about it.
User avatar
Víctor Paredes
Site Admin
Posts: 5658
Joined: Wed Jan 26, 2005 12:18 am
Location: Barcelona/Chile
Contact:

Post by Víctor Paredes »

there is a lot of things that you won't see exporting to flash, as effects, masks, blur, etc. i would prefer to work in AS and have a fully styled animation, then export it to quicktime with alpha to compose in another software.
User avatar
dlangdev
Posts: 144
Joined: Wed Jun 13, 2007 10:43 pm
Location: USA
Contact:

Post by dlangdev »

ok, that's option three then.
Post Reply