hi Guys another update with the games component for redering bounding box,Spheres , line, the code e...
By tridex
I was wondering, is there a proper way to setup an object in max for export as .fbx to xna?For examp...
By dchin
Get it here:http://www.microsoft.com/downloads/details.aspx?FamilyID=21e979e3-b8ae-4ea6-8e65-393ea76...
By davidweller_msft
Hi all,i has few question with xna game studio express, hope sombody help.Q1. How to draw dynamic te...
By brian_tsim
I had some general questions about xna:Will the final product be something meant for small ISV style...
By gleason78, 1 Comments
Hello!Can I develop games with XNA Framework without downloading XNA Game Studio Express? Thanks in ...
By marlun, 11 Comments
I want to ask, are there any chance for support VB.NET in XNA for the next time? I develop only dat...
By simon_56387, 7 Comments
Will the XNA framework allow unsigned xna framework code to run on xbox360? Or does it need to be si...
By benji720, 3 Comments
What kind of love can a school get from Microsoft by deciding to use XNA tools in their curriculum? ...
By mrsock, 2 Comments
That depends on entirely what you are trying to achieve.
For a 2D game you could make "levels" using paint (although I would recommend using Paint.NET or GIMP instead so that you can take advantage of layers and transparency).
For 3D games, you will have to advance a bit more beyond paint.
Also, in XNA there isn't any way to just "add levels". XNA is a framework, so you have to create all of the objects in a 3D modeler (or in a graphics tool for 2D) and then you have to write the code to display those objects and how they interact with each other.
I hope that helps explain things a bit.
georgeclingerman | Wed, 05 Sep 2007 22:00:00 GMT |
You could design the sprites (2D graphics) in paint - although I would also go with Paint.NET for the graphics (if 2D). For the levels itself you need to define your own format, perhaps something in XML, that describes the levels. You need to load and process them then on your own. For example load the XML and create the objects that you have defined in there (at the location you have defined them in there).
christianliensberger | Wed, 05 Sep 2007 22:01:00 GMT |