0
Html5 abacus
New Here
,
/t5/animate-discussions/html5-abacus/td-p/12819568
Mar 17, 2022
Mar 17, 2022
Copy link to clipboard
Copied
Hello. Any idea how to solve the abacus movement of balls in html5? It is the problem with dragging an arbitrary object, collisions, and avoiding other objects.
U need to drag and drop the marbles on the line a move them to the boundary of abacus shape, but they have to push avay the rest of the marbles when they collide.
Thank you for any idea and help.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
BlueRedcz
AUTHOR
New Here
,
/t5/animate-discussions/html5-abacus/m-p/12819576#M352518
Mar 17, 2022
Mar 17, 2022
Copy link to clipboard
Copied
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/html5-abacus/m-p/12819581#M352519
Mar 17, 2022
Mar 17, 2022
Copy link to clipboard
Copied
createjs has a hitTest that eliminates the need to do distance testing, EaselJS v1.0.0 API Documentation : EaselJS (createjs.com)
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

