How To - Start With XNA
Loading...
72,497
Uploader Comments (silverljus)
see all
Video Responses
see all
All Comments (256)
-
oh my gosh this looks soooo much easier than java
-
Silverljus.. Svensk?
-
what programming language should a person know to work in XNA VS!! Your help would really be appreciated..
-
@iflyykid you could try doing the same thing but add a comma and then write null, so , Null after the Color.White.
If it's saying it doesnt accept null, then look up what the last variable is and experiment entering different values for it.
-
thanks a lot! But how do you memorize all of that?
-
@SDShadowsoldier indeed, i dont think VB coding is going to get you anywhere :s I'm starting a Game Technology study next year and we learn C# under XNA environment immediately there :D
Loading...
real simple question. At about 1:45 you renamed Game1 to MyXNAGame. Then you renamed all instances of Game1. What did you push to do that? I'm using studio2010, I tried right click, tab, and a few others and cannot find the option.
mtp1717 3 months ago
@mtp1717 Didn't think about how I missed explaining that "trick", you press ALT+SHIFT+F10 and you get the options listed that you saw. I think you need to have the marker on the text underlined with the wavy red for it to work.
silverljus 3 months ago
Thanks bro, helped a lot. Please make more vids concerning XNA.
CyclopsTelivision 3 months ago
@CyclopsTelivision Thank you, I'm glad it helped in any way.
silverljus 3 months ago
spriteBatch.Draw(texTotalWarfare, new Vector2(10f, 10f), Color.White); thats my code but when i try to test the game it says: This method does not accept null for this parameter. Parameter name: texture
can anyone help
iflyykid 11 months ago
@iflyykid Your texture texTotalWarfare isn't loaded, you need to content-load it. You might be using it before it's loaded, if you have the texture-loading code already in. Hope that helps. :)
silverljus 11 months ago