ScreenSize
Place elements on the screen relative to the width and height. For instance, on my screen, Bart is too low. So when you place the image for Bart, using something like:
image(bartImage, x, height * 0.7, width * 0.05, height * 0.09);
or what ever numbers makes your Bart look right.