Mouse X and Mouse Y
-
Introduction
You can use these 2 reporter blocks in the sensing category to get the current position of the mouse pointer:
As discussed in this article, the x position on the stage is always between -240 and 240, and the y position on the stage is always between -180 and 180.
When you click on the “mouse x” block in the code editor, since the mouse has already past the left edge of the stage, the value will be the lower bound of the stage, which is -240:
Say the Mouse Position Repeatedly
You can use the following code to say the mouse position repeatedly in a forever loop: