Hi,
I'd like to count balls put in three baskets. Its possible to remove balls at any time from baskets. All via drag and drop. This i find surprisingly hard to achieve.
One issue for example, is that, i want to count a ball that is dragged into a basket only when the touch is released, not at the time of the collision only.
How can i achieve this?
Also, i want to keep a visible counter of balls in each basket. for some reason my program works but fails when i move balls very fast from basket to basket. The counters start to accumulate. Not sure why.
any suggestions would be much appreciated,
Dan