I saw you doing this in your code:
[code]World world;
world = getWorld();
world.dosomething;[/code]
This could be better by doing this:
[code]getWorld().dosomething;[/code]
This uses less memory, because we're not creating variables that have to be stored in your memory. It wouldn't be that much code that you use less when you do it on my way, but it's always better to don'use more memory than you need to.
I hope this helps.
2012/4/7
gladiator
2012/4/7
Jump!
2012/4/6
gladiator
2012/4/6
Jump!
2012/4/6
Bounce
2012/4/6
Jump!
2012/2/19
A flies life
2012/2/19
Platforming
2012/2/19
Platforming