Computer Science, asked by MaiaKujur, 1 day ago

Why are there two X and Y coordinates on scratch?​

Answers

Answered by nbita3895
2

Answer:

Scratch's coordinate system uses 2 coordinates, "X position" and "Y position", to determine the location of a sprite on the stage. The "X position" value determines the horizontal location of the sprite and the "Y position" value determines the vertical location or height. The screen is a 480x360 rectangle, such that: the X position can range from 240 to -240, where 240 is the rightmost a sprite can be and -240 is the leftmost, and the Y position can range from 180 to -180, where 180 is the highest it can be and -180 is the lowest it can be.

mark me has a brain list.

Similar questions