While following the scrolling tutorial for the XNA Platformer Starter Kit (3.1), I ran into an issue with the Level.Draw() method. This problem only occurs if you are using XNA 4.0 or higher with the tutorial. In the tutorial (http://msdn.microsoft.com/en-us/library/dd254919(v=xnagamestudio.31).aspx) it has the line – spriteBatch.Begin(SpriteBlendMode.AlphaBlend, SpriteSortMode.Immediate, SaveStateMode.None, cameraTransform); But this fails, as the SpriteBatch.Begin() [...]
Archive for the ‘XNA’ Category
XNA Platformer Parralax Tutorial Problem
Posted: May 15, 2011 in .NET, XNATags: linkedin, Microsoft XNA, Video game development, Windows Phone 7
2