Creates a new AnimationGroup as a child of the region
Signature:
animationGroup = Region:CreateAnimationGroup(["name" [, "inheritsFrom"]])
Arguments:
name- A global name to use for the new animation group (string)inheritsFrom- Template from which the new animation group should inherit (string)
Returns:
animationGroup- The newly createdAnimationGroup(animgroup)