//Transform the direction vector for the translation animation
//to preserve the direction from the old reference frame to the new parents one
// v.transformNormal(m);
v.transformDirectionVector(m);
ta.tweenTranslate(v, 500, 0.3f, 0.7f);
getParentToAddNewTextAreaTo().addChild(ta);
}else{
//If that isnt set, try to add it to the keyboards parent
if (getParent() != null){