Browse by Tags
All Tags »
GSE »
Tutorial (RSS)
In my previous article we put together a small base application that could be used as a splash screen in an XNA Based Application; with today's article we are going to add a nice fade effect to the code. For this article we are going to perform a...
I am currently working on a small collection of projects, what I am finding is that I want to put a splash screen onto each application. This splash screen would display my logo and any of the partner logos for the application before the application starts...
For those that are just starting out with XNA and Game Studio Express, Ed Dunhill has put together a small article that may help you out. "I was recently asked to write a guide to getting started with XNA to be published in a guide we will be distributing...
A little while ago I started playing around with some Parallax Scrolling examples, but recently a community member asked if I could post the sample code I was working on. So after cleaning it up a little bit here it goes. To start with open a base windows...
When developing the Mouse Component I new that it was only going to be for the Windows System, but as time goes by I new that I would need a simular system that would work on the Xbox 360. So what I have come up with is the following small example, I...
I have just completed another small example, this time it's a Clickable Sprite Example. In this Example I show you a simple method to use the Mouse (Using my Custom Mouse Pointer Game Component) to click on a Sprite. This example also uses a Per Pixel...
For a while I have had some basic code to handle mouse functions in XNA Applications, Custom Mouse Pointer XNA Mouse Interface Virtual Realm XNA Input Manager But as some of these are old and each have some different functions I thought this morning that...