One sprite will be the 'base', the others attach to it.
Use imagepoints on the 'base' sprite to mark where the parts sprite will be attached.
To attach, use the pin behavior, or a simple 'set position of part sprite to imagepoint on base sprite' every tick.
For easy creation and simple picking, bring base sprite and sprite parts in a container.
Each instance of a sprite has individual instance variables.