How do I place objects that appear only if the background scrolls to a certain point? Example- I have this long image that keeps scrolling u开发者_开发百科sing the technique above. However, after scr
What I am looking to do is to be able to push and pop transform matrices into SpriteBatch. I have 2 sprites, parent and child, and the child should be scaled, rotated, translated relativ开发者_Python百
I need to create a water-like surface in XNA, viewed from above. Like this : http://www.youtube.com/watch?v=Nr42AG1aPAY
If I want to develop for Windows Phone 7, what should I learn? XNA, Silverlight o开发者_开发问答r other?Microsoft has not yet announced what the development environment will be.They say they\'ll get m
Is there any class that supports Dance pad in XNA? Maybe it\'s treated just like regular pad? I don\'t have any access to dance pad, and it\'s quite hard to find any usefull i开发者_开发技巧nfo in the
Lets say we have 4 Vector2\'s (yes this is 2d), so we have lineOneStart开发者_Go百科, lineOneEnd, lineTwoStart and lineTwoEnd.
I have a texture2D where I want to get the color of a specified pi开发者_运维知识库xel. Do something with it and put a new color in an other texture2D.
In XNA, you can do texture = new Texture2D( GraphicsDevice, width, height ) ; I\'m guessing somewhere deep down in the MSFT bowels, this is equivalent to C++ code:
What i want the program to do is draw the graphic ground at each point in which a one appears in the .txt file, but everytime i run it, it doesnt draw the sprite?
what is in XNA in 2D the standard way vector angles work ? 0 degrees points right, 90 points up, 180 left, 270 down ?