Jim W:Where's your draw code? Whatever variable you use for the sprite's Position, just say this.Position = new Vector2(this.Position.X, this.Position.Y+1); where 1 is how far to move it down.
Thanks alot that worked perfectly! Thanks alot Jim.I have alot to learn.As you can tell I'm still having trouble sometimes understanding the ...