603 reputation
7
bio website
location
age
visits member for 4 months
seen 2 days ago
stats profile views 15

Just a recent college graduate.


May
11
revised What are the advantages and challenges of using HaXe over ActionScript 3?
Extensive improvementss to grammer.
May
11
suggested suggested edit on What are the advantages and challenges of using HaXe over ActionScript 3?
May
11
comment Avoiding constant IF checks for loops
For methods on how to imitate function pointers in java, you could try some of the suggestions here: stackoverflow.com/questions/122407/…
Apr
25
comment Cocos 2d move CCsprite in array of points
Which of the log messages show up before the app freezes? Have you tried adding a log message for the rotate method's while loop? Perhaps try adding a message to that while loop that outputs the current value of x, y, and angle. If the freeze occurs during the loop, that could indicate one of the variables becomes an invalid value or some other mathematical problem, like a divide by 0 error.
Apr
25
answered Spawning enemies outside of view
Apr
25
revised How to attach one sprite to another in LibGDX?
added 19 characters in body
Apr
25
answered How to attach one sprite to another in LibGDX?
Apr
25
comment Cocos 2d move CCsprite in array of points
Do you get any specific kind of error message when the app crashes, or does it basically just freeze up?
Apr
25
comment Strange Resource not found error
Has your resource folder been properly imported into eclipse?
Apr
25
awarded  Informed
Mar
14
answered Game Design Issue: Special items implementation
Mar
14
answered What are the basic game activities?
Feb
21
comment Why is there such a problem to create realistic eyes in games?
@jhocking Ahh, okay. My mistake, sorry.
Feb
21
comment Why is there such a problem to create realistic eyes in games?
This seems like a question more suitable for graphicdesign.stackexchange.com. You would probably get better answers there since this is basically a question relating to 3d graphics.
Feb
20
answered Class Responsibility
Feb
19
revised how to rotate enemy to face player?
Corrected logic
Feb
19
comment how to rotate enemy to face player?
Ahh, thanks for the correction. I'll edit my post.
Feb
18
answered how to rotate enemy to face player?
Feb
16
answered Can a rules engine produce manageable and complex AI?
Feb
15
answered Calculating a RPG character's wages based off their attributes?