Well, right now I am working on the player ship, and i want the ship to look the direction its heading. I have gotten the four basic directions down, however when I let go of the key, my ship disappears(because no image is being called to be drawn). How would I toggle the graphics to continuously be drawn, until a new direction key is hit.
[Now: "D"pressed = ship drawn facing right / "D"released = ship disappears | Want: "D"pressed = ship drawn facing right / "D"released = ship drawn facing right]
Also if you know of any great tutorials that will help me with player and background graphic animations please tell me

Thank You
-GalacticPixelStudios