You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the mouse isn't on the stage the "touching mouse pointer" block won't return true.
Actual Behavior
If a sprite is partially of the edge of the screen the "touching mouse pointer" block will return true if the mouse is over the part of the sprite that is off the stage.
Steps to Reproduce
Create a new project
drag the cat partially off the stage
Add the following stack When green flag clickedforeverif touching mouse pointerchange color effect by 15
place the mouse off the stage but over where the cat would be
Note: the cat changes color
Operating System and Browser
Mac Chrome
The text was updated successfully, but these errors were encountered:
Expected Behavior
If the mouse isn't on the stage the "touching mouse pointer" block won't return true.
Actual Behavior
If a sprite is partially of the edge of the screen the "touching mouse pointer" block will return true if the mouse is over the part of the sprite that is off the stage.
Steps to Reproduce
Create a new project
drag the cat partially off the stage
Add the following stack
When green flag clicked
forever
if touching mouse pointer
change color effect by 15
place the mouse off the stage but over where the cat would be
Note: the cat changes color
Operating System and Browser
Mac Chrome
The text was updated successfully, but these errors were encountered: