How to clear only the ship(A newbie at game programming)Plz help
Hello Every1,
I'm have just started game programming & have a small doubt. I want to make a small game just like arkanoid. I have made a procedure called DrawGameArea() which draws the border & the scoring, lives & hint area. Now to move the paddle i have to clear the screen everytime. So when drawing the paddle, i have to call the DrawGameArea() procedure also to draw the game area. Is there a way so that i have to clear only the paddle & the rest of the screen remains the same. Or any other way of doing this stuff. I'm pretty much a newbie at game programming so thought maybe some1 can help on this. Thanx in advance.