assuming that u use locators for constraining..
if a character simply picks the ball and puts some where else............
in this case u have to use three locators.
locator_1 at the place from where u pick the ball , locator_2 one which assist u to lift the ball with hand and the locator_3 where u puts the ball...
in short :
point constrain the ball to locator_1, locator_2 and locator_3
point constrain the hand to locator_2
value should be like this :
in beginning:
hand constrain to locator_2=0, ball constrain to locator_1=1, constrain to locator_2=0, ball constrain to locator_3=0
as character picks the ball up, :
hand constrain to locator_2=1, ball constrain to locator_1=0, ball constrain to locator_2=1, ball constrain to locator_3=0
as character puts the ball down :
hand constrain to locator_2=0, ball constrain to locator_1=0, ball constrain to locator_2=0, ball constrain to locator_3=1,
hope this might help.....!!!
thanks.,