Layer Parenting, Child Layers Not Moving with Parent Layer That's Being Moved by ActionScript

I have a Movieclip symbol for a character and within it are multiple symbols of body parts that are linked together using Layer Parenting.
Please see my linked .fla here if needed. I can't seem to upload it directly to the forum for some reason.
When I rotate one of the body parts such as the torso symbol using the below ActionScript 3.0 code, the torso rotates, but its linked child layers do not rotate with it.
MovieClip(root).character.torso.rotation = 45;
How can I get the linked layers to move along with the torso symbol which is being moved with ActionScript?
While I know a workaround would be to place all the other body part symbols inside the "torso" symbol and then rotate it, I would still like to know if layer-parented symbols can be moved with ActionScript while moving the rest of its linked layers with it.
Thank you for any input or assistance with this!
