In the Flash 10 player, suppose I've loaded a Sprite that's just a dozen random lines. Is there any way to inspect that Sprite's graphics object and find out the positions of those lines?
Currently I have a crazy work around where I draw the lines to a bitmap and inspect the bitmap, but this is crude and expensive.