lol game is hard i only able to save two birds for every levels
>Unfortunately, I couldn't figure out how to make the game work properly on mobile. The touch (click) event seems to be happening before the touch position is updated, so instead of moving the hand to the touch position and picking up a new jailbird, the game picks up the last jailbird that was dropped before moving the hand to the touch position, which is not the desired behaviour and makes the game unplayable.
interesting... shouldn't the touch position will be selected inside the callback of the touch event? if you are using javascript?