Point Towards <mouse pointer>

This block with the MOUSE POINTER option makes the Sprite rotate even when the mouse is outside the white drawing area.
This makes debugging mouse based values very hard, as they change even when the mouse is moving over the blocks in the coding area.

Would it be possible and feasible to restrict the mouse coordinate changes to within the white area ?

Put this in the Stage's scripting area:
untitled script pic untitled script pic (1)
Then you can put the POINT TOWARDS inside an IF ONSTAGE.

yu da man ! :slight_smile:

You can also make a invisible sprite and name it “mouse-pointer” it could be helpful for other stuff to!