Jump to content


serverplatform

Member Since 02 Oct 2009
Offline Last Active Nov 30 2012 12:37 AM

Posts I've Made

In Topic: Indie Game Developers

13 November 2012 - 07:57 AM

A large part of what's holding me back - and I'm sure many others can relate - is motivation, and lack of ideas. First of all, I generally go through a cycle:

  • Come up with an idea and develop it - This is the fun part
  • Continue development as I lose motivation - This is the tedious part
  • Either quit/postpone the whole project or go back to step one, because I have a new idea!
Secondly, lack of good ideas in the first place is a massive roadblock. Sure, this is fine if you're making a clone or a remake or something similar, but many of us strive to come up with something original.

Working in a team helps.

In Topic: Variables making up an image name

12 November 2012 - 08:36 AM

Or, alternatively, you can use this:
string(class) + "_walk_" + string(direction)

In Topic: Moving object, Still texture

11 March 2012 - 12:22 AM

This just produces a 32x32 black square where the object is, with no texture.

In Topic: Moving object, Still texture

11 March 2012 - 12:14 AM

Draw rectangle has 5 arguments. =/

In Topic: Variable's to next room

11 September 2011 - 09:01 AM

making the variables for power, experience etc. global would also help.