ActionScript Separate Graphics Sharing LineStyle Stroke?
- by TheDarkIn1978
is it possible to create two different sprites, partially overlap them, and then assign a lineStyle so they share the same stroke?
of course, i could create them with the same lineStyles, but then their strokes would overlap, which is what i'm attempting to avoid.