xna-4.0
How do I make a video cut-scene with XNA 4.0?
I have transitions in my game and they work fine, but I want to now play a video cut-scene between certain transitions but can\'t find out how to do it.[详细]
2023-03-13 04:55 分类:问答How can I use threads to run database queries in XNA?
I\'m currently developing a project with XNA that is pulling information (ID, name, file location, etc) about each of my objects (each object will be displayed on screen) from a local SQL database.[详细]
2023-03-13 03:30 分类:问答XNA C# Code Question
Here is my class I made to draw a HUD: using System; using System.Collections.Generic; using System.Linq;[详细]
2023-03-13 01:12 分类:问答XNA Alpha Blending part of a texture in Game Studio 4.0
Hi I\'m trying to follow an answer about making part of a texture transparent when using Alpha Blending from this question[详细]
2023-03-12 23:09 分类:问答Learning XNA 3.1 Vs XNA 4.0 [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-12 21:04 分类:问答How to start, where to learn ( Farseer )
Last few days I\'m trying to start with farseer library, however i just can\'t get anything work properly. Documentation is very poor and there aren\'t many ( any? ) resources on the internet relating[详细]
2023-03-11 12:51 分类:问答Drawing different Textures with a single Basic Effect, XNA 4.0
I have a problem in the game I wrote with XNA. I recently added Textured polygons, and saw that every textured polygon shared the same texture although I changed it before calling. The code I am using[详细]
2023-03-11 12:43 分类:问答How to use C# XNA timer?
I am using XNA my rocket is creating smoke objects when it fly. I need to know how to use some timer in XNA for these simple smoke objects. When the object is开发者_如何学Go create ...wait 2 seconds a[详细]
2023-03-11 06:07 分类:问答I want to draw a grid on the Windows Phone 7 using XNA
I am trying to draw a grid on the screen of a Windows Phone; it will help me better position my sprites on the screen rather than guessing locations on the screen.[详细]
2023-03-10 13:58 分类:问答Move a 2D sprite in a curved upward arc in XNA?
Alright, so here\'s my problem. I\'ve been trying to create a sort of a visual day/night cycle in XNA, where I have an underlying class that updates and holds time and a Sky class which outputs a bac[详细]
2023-03-09 18:49 分类:问答