I'm new at Flash, trying to teach myself.... I'm dynamically drawing boxes and
lines connecting them based on incoming XML data. Is there any way to
"attach" a line to a box, so that if one box changes position later, anything
attached to it would move with it automatically? Or allowing the lines to
remain in position, but stretch to the new coordinates of the box? Or do I
need to do all of this manually? Thanks