Comments on: Simple platformer game in XNA tutorial – part one “The basic Sprite” http://xnafan.net/2013/04/simple-platformer-game-in-xna-tutorial-part-one/ XNA tutorials, code and games Fri, 10 Aug 2018 04:55:21 +0000 hourly 1 https://wordpress.org/?v=4.2.22 By: admin http://xnafan.net/2013/04/simple-platformer-game-in-xna-tutorial-part-one/comment-page-1/#comment-102382 Mon, 10 Mar 2014 14:27:06 +0000 http://xnafan.net/?p=887#comment-102382 Hi Stephen :)
Thanks for your feedback.
I'm guessing the comment editor stripped some tags, as I don't see any difference in your two codesamples.
If you could email me the changes you needed to implement I'll see if I can figure out why you would need to change something to make it work.

Kind regards - Jakob

]]>
By: Stephen http://xnafan.net/2013/04/simple-platformer-game-in-xna-tutorial-part-one/comment-page-1/#comment-97853 Mon, 10 Feb 2014 13:13:54 +0000 http://xnafan.net/?p=887#comment-97853 Hi there

Just a quick note:

In order to get this to work I had to tweak the LoadContent() code. It needed the object type '' as per the following code:

_tileTexture = Content.Load("tile");
_jumperTexture = Content.Load("jumper");

The original code was:
_tileTexture = Content.Load("tile");
_jumperTexture = Content.Load("jumper");

]]>
By: admin http://xnafan.net/2013/04/simple-platformer-game-in-xna-tutorial-part-one/comment-page-1/#comment-96976 Mon, 03 Feb 2014 07:37:55 +0000 http://xnafan.net/?p=887#comment-96976 Thanks for pointing it out Richard :)
Fixed!

]]>
By: Richard http://xnafan.net/2013/04/simple-platformer-game-in-xna-tutorial-part-one/comment-page-1/#comment-96957 Mon, 03 Feb 2014 04:15:39 +0000 http://xnafan.net/?p=887#comment-96957 Hey,

I tried to download the source code for http://xnafan.net/2013/04/simple-platformer-game-in-xna-tutorial-part-one/ to play around with it but the link requires an username and password...

Could you help?

Thanks!

Richard

]]>