View Single Post
Old 05-26-2008, 10:53 AM   #214 (permalink)
LedZepp
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 976
LedZepp has a spectacular aura aboutLedZepp has a spectacular aura about
Default

Try replacing the bolded values to 0f
Code:
pPosition.X += MathHelper.Min(GamePad.GetState(PlayerIndex.One).ThumbSticks.Left.X * 3.0f, 3.0f);
if (!gameStarted)
bPosition.X += MathHelper.Min(GamePad.GetState(PlayerIndex.One).ThumbSticks.Left.X * 3.0f, 3.0f);




LedZepp is offline