Play Lab screen size

Hi,

I have students making Play Lab games and some of them have some experience with Scratch. Those students are asking what the coordinates of the screen are. I have found this post http://forum.code.org/t/play-lab-having-an-actor-ghost-move-continuously/13289 whic states a code line “if (ghost.x > 400){” so can we assume it is 200, 200 in the middle as Scratch is?

Thanks

@mrmcgrail

The (0,0) coordinate is in the upper left corner of the draw screen. When you are in Play Lab , you should be able to see the mouse coordinates when you hover over the draw screen.

Hope that helps!
Andrea