Page 1 of 1
adding anitmations with c++
Posted: Sun Oct 25, 2009 4:49 pm
by killercoder
my friend wants to make animations for a game for me could he just send them as a fla. file or would that not work with dev-c++?
Re: adding anitmations with c++
Posted: Sun Oct 25, 2009 5:06 pm
by short
killercoder wrote:my friend wants to make animations for a game for me could he just send them as a fla. file or would that not work with dev-c++?
sure
if you could parse the .fla file into your game. It would be possible.
Re: adding anitmations with c++
Posted: Sun Oct 25, 2009 5:17 pm
by killercoder
what does parse mean? lol
Re: adding anitmations with c++
Posted: Sun Oct 25, 2009 5:20 pm
by Falco Girgis
It means you might have a lot of trouble doing what you want. =/
You can load ANYTHING. It's a matter of what you do with them. The answer to your question is probably not.
Re: adding anitmations with c++
Posted: Sun Oct 25, 2009 5:30 pm
by killercoder
Ok thanks Falco