We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
look at the link : https://test-world.xiaomawang.com/community/main/compose/ku9M666J
user cannot play the game in scratch 3.0 player , but it's working well in scratch 2.0 flash player .
I debugged the scratch 3.0 javascript code . I guess RenderWebGL.js “isTouchingColor” may be return wrong result .
The text was updated successfully, but these errors were encountered:
in the function "isTouchingColor"
if runing in "_isTouchingColorGpuFin" , it will not drawable.isTouching(point) . so it is not correct
Sorry, something went wrong.
on the CPU path , it will test drawable.isTouching(point) . on the GPU path , it never test drawable.isTouching(point) .
No branches or pull requests
look at the link :
https://test-world.xiaomawang.com/community/main/compose/ku9M666J
user cannot play the game in scratch 3.0 player ,
but it's working well in scratch 2.0 flash player .
I debugged the scratch 3.0 javascript code .
I guess RenderWebGL.js “isTouchingColor” may be return wrong result .
The text was updated successfully, but these errors were encountered: