I have a simple stickman running animation in flash as3, and I can't even begin to figure out how to gather the coordinates of the end of each stick in the stickman at every frame. So I have the coordinates of each line, height and width of the corresponding symbol. Really not sure what to do here to get those end points.
Now I would like help knowing how to do the above, but this also made me curious of how professional programmers define hitboxes on animations; Do animators have some sort of hitbox tool? Do programmers just code the hitboxes and test them to perfection? That sounds like a really hard way to do it.