adding anitmations with c++
Moderator: PC Supremacists
-
- Chaos Rift Newbie
- Posts: 29
- Joined: Sat Oct 17, 2009 4:19 pm
adding anitmations with c++
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++?
- short
- 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++
surekillercoder 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++?
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
link: https://github.com/bjadamson
-
- Chaos Rift Newbie
- Posts: 29
- Joined: Sat Oct 17, 2009 4:19 pm
Re: adding anitmations with c++
what does parse mean? lol
- Falco Girgis
- 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++
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.
You can load ANYTHING. It's a matter of what you do with them. The answer to your question is probably not.
-
- Chaos Rift Newbie
- Posts: 29
- Joined: Sat Oct 17, 2009 4:19 pm
Re: adding anitmations with c++
Ok thanks Falco