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 code.But I am working on it.I figure if I keep working on different projects that sooner or later I will be able to understand everything enentually.
Anyway Thanks