| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Nov 26 '12 at 6:37 | |
| stats | profile views | 7 |
I am a beginner in game programming with C# and can only do 2D simple games right now
|
Nov 24 |
comment |
Artificial Gravity - Rolling Ball Physics I'm in middle school and also don't know what quaternions are... |
|
Nov 24 |
asked | Artificial Gravity - Rolling Ball Physics |
|
Oct 30 |
comment |
Realistic Jumping and thank you too Marcks Thomas this actually is help i didn't do that yet :) |
|
Oct 30 |
comment |
Realistic Jumping Thank you Roy T! |
|
Oct 30 |
comment |
Realistic Jumping yes, i am trying to make gravity :) |
|
Oct 30 |
answered | Detecting long held keys on keyboard |
|
Oct 30 |
asked | Realistic Jumping |
|
Oct 29 |
comment |
Beginner C# image loading woes - NullReferenceException Oh and Ktodisco what is a "Stack Trace?" |
|
Oct 29 |
comment |
Beginner C# image loading woes - NullReferenceException all i needed to do was put the "base.Initialize();" under the player1 and player2 ;) TY! |
|
Oct 29 |
comment |
Beginner C# image loading woes - NullReferenceException I looked at my initialize class and it was like this: protected override void Initialize() { base.Initialize(); player1 = new Player(); player2 = new Player(); } |
|
Oct 29 |
comment |
Beginner C# image loading woes - NullReferenceException THANK YOU DIALOCK!!!! |
|
Oct 29 |
awarded | Student |
|
Oct 29 |
comment |
Beginner C# image loading woes - NullReferenceException The problem is with the "splayer1.playerBlock = Content.Load("square");" and "player1.playerBlock = Content.Load("square2");" lines |
|
Oct 29 |
answered | Best approach to 2D racing game AI? |
|
Oct 29 |
asked | Beginner C# image loading woes - NullReferenceException |