adding anitmations with c++

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
killercoder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 29
Joined: Sat Oct 17, 2009 4:19 pm

adding anitmations with c++

Post 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++?
User avatar
short
ES Beta Backer
ES Beta Backer
Posts: 548
Joined: Thu Apr 30, 2009 2:22 am
Current Project: c++, c
Favorite Gaming Platforms: SNES, PS2, SNES, SNES, PC NES
Programming Language of Choice: c, c++
Location: Oregon, US

Re: adding anitmations with c++

Post 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.
My github repository contains the project I am currently working on,
link: https://github.com/bjadamson
killercoder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 29
Joined: Sat Oct 17, 2009 4:19 pm

Re: adding anitmations with c++

Post by killercoder »

what does parse mean? lol
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: adding anitmations with c++

Post 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.
killercoder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 29
Joined: Sat Oct 17, 2009 4:19 pm

Re: adding anitmations with c++

Post by killercoder »

Ok thanks Falco
Post Reply