MOVED!This site has moved to awesty.com!. I am not dead, and will be writing new tutorials on the new site. No more posts or comments by me will be made here. This site will remain open forever, so you can always come and look at the tutorials, so don’t worry.
Thanks! See you there.
XNA Sidescroller Part 2
XNA Sidescroller Part 1
Welcome to the second part of three tutorials (maybe 4, depending on how lazy I am). In this tutorial we will get the player moving around the map. Collision detection. I you haven’t done part one click the link above and take the tutorial, or just download the source files (link down read more.. More ScreenshotsI’m going to try and post new screenshots every week or so of the game I am making to keep me motivated. I have almost gotten everything code wise done, all that is left is enemy AI, some levels, a few gameplay modes and possibly some more weapons… which shouldn’t take me too long (except read more.. Going to a new frameI get a lot of people asking me about this but I don’t think it is worth making a whole tutorial for, so I am just going to write this quickly.
If you want to go to frame 2 when mc1 touches mc2 use this code:
if(mc1.hitTest(mc2.)){
gotoAndStop(2);
}
If you want to frame 9879 when the enemy has read more.. Happy New YearHappy new year everyone! Hope you had a good night.
XNA Sidescroller Part 1
This is the first of a series of tutorials that will help you make a sidescroller (like the old mario games) using XNA Game Studio. If you haven’t already install XNA Game Studio 2.0. If you are still using XNA 1.0 you will need to upgrade for this tutorial.
Open up XNA GSE and start read more.. Merry ChristmasMerry Christmas!
And I swear I will write a new tutorial soon…
Long time, No postIt’s been a looooooooong time since I have posted anything. Mainly because I have been busy making a new game and beating guitar hero :P. I have 6 weeks off school though so I should be able to start posting tutorials again.
Just to prove that I haven’t just been procrastinating here are some screen shots read more.. Bricks
Another game I made with C# and XNA. Basically the same as the game that used to come on the old iPod’s except when you hit a block all the blocks of the same colour touching it disappear as well and it has worse collision detection.
Arrow keys to move, black blocks don’t disappear read more.. Site down for upgradeThe site was down for about an hour so I could upgrade to the latest version of wordpress. The one I was using was over a year old so it was well over due
If you find something is not working properly please contact me so I can fix it.
EDIT: Okay, so I wrote read more..
|