spriteBatch.Draw(myTexture, spritePosition, Color.Green) comes up as an error or a warning. it says the sprite, myTexture, is null. how do i fix that?
Hey hola! yo igual soy de Mexico, igual me he metido un poco al XNA pero no he hecho nada muy complicado, solo juegos en 2D, checa mis videos y si puedes escribe tu opinion. Saludos!
What is the program, web site, or whatever for me to be able to make these games? I was gonna buy an XNA Programming book, but had no clue what software, or computer with what abount of gigabytes, I needed. Always wanted to enter the gaming industry, but can't afford it.
you need visual studio express edition and the XNA framework, you can get both for free at microsoft downloads, you don't need a super cumputer just make sure that you have a AGP or PCX graphic card ;)
yepp, i have a website and i plan to upload some source code soon, but the website is in spanish (may be i will put the coding section in both lenguajes), here is the link "hoper3d{dot}da{dot}ru"
I can't see what you are typing becouse of the quality
atthy4 1 year ago
lol that's not inpressing at all
BobGussenhoven 2 years ago
a monkey can do that game faster :)
drawmaster77 2 years ago
Hey man, nice job.
I am currently working on learnign C# but it keeps givign me an error that is preventing me from moving on.
When i do:
spriteBatch.Begin(yada yada yada)
spriteBatch.Draw(myTexture, spritePosition, Color.Green)
spriteBatch.End()
spriteBatch.Draw(myTexture, spritePosition, Color.Green) comes up as an error or a warning. it says the sprite, myTexture, is null. how do i fix that?
DominantDeathform 3 years ago
spriteBatch.Begin(SpriteBlendMode.AlphaBlend);
spriteBatch.Draw(myTexture, spritePosition, Color.White);
spriteBatch.End();
Use this.
hellbroth 2 years ago
Hey hola! yo igual soy de Mexico, igual me he metido un poco al XNA pero no he hecho nada muy complicado, solo juegos en 2D, checa mis videos y si puedes escribe tu opinion. Saludos!
goblinax 3 years ago
C# is Easier then C++ i make games
Dwild00 3 years ago
What is the program, web site, or whatever for me to be able to make these games? I was gonna buy an XNA Programming book, but had no clue what software, or computer with what abount of gigabytes, I needed. Always wanted to enter the gaming industry, but can't afford it.
brucenatelee 3 years ago
you need visual studio express edition and the XNA framework, you can get both for free at microsoft downloads, you don't need a super cumputer just make sure that you have a AGP or PCX graphic card ;)
mchoper 3 years ago
Thanks. Now I just need to get that XNA book that I saw last week. Always wanted to enter the gaming industry.
brucenatelee 3 years ago
^^U no alcanzo a ver el codigo; estoy cegaton! =) pero que rapido escribes!!
donbillhgates 3 years ago
lol wat are the codes for, i just got xna and its way too complicated for me to use rofl
trueazngamer 4 years ago
Do we need to know C++ to do this XNA thing?
HatroVille 4 years ago
nop, XNA uses c#, if you know c++ you can use directx.
mchoper 4 years ago
Thx, speaking of C#...how much difference between C++ and C#?...are they simalar in some way?
HatroVille 4 years ago 2
the sintaxis is very similar, C# is a managed and fully object oriented C++ (and visual :P), C# is like java.
mchoper 4 years ago
thx.
HatroVille 4 years ago
@mchoper Thanks.
starbtx20000 9 months ago
yepp, i have a website and i plan to upload some source code soon, but the website is in spanish (may be i will put the coding section in both lenguajes), here is the link "hoper3d{dot}da{dot}ru"
mchoper 4 years ago
wow men that was fast. do you have a web site o somting with souse code and tutorials?
bongo24 4 years ago
Nice one! Did you learn the code off be heart or something?!
whothehellisthat 4 years ago