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
Your test case is invalid, but the issue is valid. When you click a reporter, it only reports its value when the mouse is released, so naturally when you let go of the mouse so that the "mouse down" block reports its value, the mouse is not down and it therefore reports false.
However, using this script:
I see that this is indeed an issue:
(OS&B: Windows 10 Chrome 68)
Not only does the mouse down not get noticed in the scripts area but anywhere outside the stage. Maybe we can adapt the title here? Another repro project is:
244616957
And I saw this first in
213485492
Expected Behavior
mouse must report "true" in the area of scripts
Actual Behavior
the mouse sensor block reports "false"
Steps to Reproduce
open the GUI, drag the blocks "forever" and "say <mouse down?>" and fit them to click on them
Operating System and Browser
Windows 10 and Chrome 68
The text was updated successfully, but these errors were encountered: