This may be a stupid question but if you import a paint file with a character (rectangle) that moves on the screen is there any better way to clear the remnants left behind by the old copy of the character except just redrawing over it.
Also is there a way for you to have a 700x700 paint file and put it onto a 500x500 screen but the excess 200x200 go off the screen so the character (rectangle) can move and reveal more of the image?
Here I think you are talking about drawing a background at each frame so it’s clearing the previous “character” drawn on the screen? By the way what do you call a paint file? Is it an image?
Can you be more explicit on the last question? If it’s what I am thinking, if you import an image that is wider than the actual size of your canvas, the excess is not going to disepear so that’s fine.
Call it a png file – MSPaint can save different kinds of files, and different versions of paint have different default file formats, so that is ambiguous, like “house pet” (so dog? cat?).
Clearing with background and redrawing is usually the best way.
One important thing – don’t draw your character and background onto one image! Draw your character on one image, draw your background on another, import them both.