Hey everybody
Im creating a back-gammon game and my problem is that I would like to move a piece on the board.
I can draw a piece somewhere else than the original position but how do I delete the old drawing at the old position ????
Ive looked at the translate function but it seems to me that this function translate the origon for the entire graphics content - that the hole board.
Likewise Ive read about a function called "repaint" but my compiler dosnt support this function - is this general ???
Any help is appreciated
CVP

Reply With Quote

