Skip to main content
15d ago

Nested Artboard Bug

In an artboard, I have a simple sphere that is picked up and moved when I have 'Pointer Down' and is released with 'Pointer Up,' and it works perfectly. When I nest this artboard in another one, if I move the mouse too quickly, it's as if 'Pointer Up' is activated, which releases the sphere even though I still have the mouse button clicked.

1 reply
(edited) 15d ago

I'm doing some tests, and I discovered that the listener that checked if the pointer was over the circle was conflicting because it also changed the condition 'Nose is grab?'. This was causing issues in the nested artboard, which is still strange. I don't know if I explained myself well.