I've just started a project and have an early help question,
i've set the screen size to 640x400 and created my first scene with those dimensions, however when i run the game the window doesn't show the whole scene, any ideas on how to fix this?
Did you set your game to 640x400 in the editor?
I think a game default at 320x200 resolution when you first start a new one. You need to change the resolution:
General -> (Setup) -> Resolution
and then import the background again.
Aha! Cracked it, it wasn't due to the resolution size as you suggested but because the image wasn't exactly 640x400 (it was 637x400 to be exact)
I rescaled it and imported it again and it works
Thanks for the quick response though