// this is called by the animation once the box has been grabbed
 public void GrabBox()
 {
     toolbox.transform.position = rightHand.position;
     toolbox.transform.SetParent(rightHand);
     bookshelf.RemoveBox();
     grabObjectTadaSFX.Play();
     levelMusic.SetParameter("Progress", 2);
 }