Quote Originally Posted by Sietjp View Post
Thanks fot he article.
It seems that Fixel is a game engine that is more and more used in games. I heard about it but never used it, what do you think about it axcho, did you use it ?
Flixel is great. I love it. It just makes game programming feel so much more fluent, for me.

Flixel: "I feel like my brain is settling into the cockpit of a fighter plane that I always knew how to fly."

Quote Originally Posted by bluemagica View Post
Well, I personally feel, while learning it is better to create things from scratch rather than using libraries!
It's certainly important to have people learn to do things themselves, instead of giving them the pieces and not letting them make their own.

But have you actually used Flixel? It's not like that. It takes care of the things that are the same in every game, just like Flash takes care of rendering and user input and stuff. For the majority of people who want to learn to make games, forcing them to learn to write collision detection code, blitting routines, or camera scrolling would only confuse and frustrate them.

When you teach someone how to program, you start with "Hello World!", not with low-level routines to read in a string and display characters on the screen. It's the same for games. That's why Flixel is good.

Quote Originally Posted by Orkahm52 View Post
Nice! I had a bit of a read through. I'd never seen the sound effect and music programs you linked to before, they are pretty sweet! I believe I am now addicted to randomising the sound effects!
Thanks, I'm glad I could help you find them! I love it when people create awesome things like sfxr and release them for free so everyone can benefit.