not sure what your problem is there? it`s simple enough, 300 is half of 600 so that is halfway down the screen, the first number (800) is the width (the x value...x is a-cross...geddit
) and the second number is the y value (the height down the screen), 0,0 is the top left, 800,600 is the bottom right and 400,300 would be the middle on a 800x600 screen, position 800,300 is 800 across from the left (full width) and 300 is half way down the screen, if you set the screen to 1024,720 then halfway down the screen is 360 (half of 720) just divide the screen size to find the positions you want to place your sprites or scroll or whatever, cheers.
Mentor.