Thank You
Sorry, but you’ll have to provide more info. What do you mean combine? All I see is a bunch of images. Where is the sprite sheet? What are you trying to do? What have you tried?
I agree with @agramonte in that more information would be most helpful.
If you are asking whether you can load multiple sprite sheets and then create multiple images from them, such as head, torso, hair, etc. and then combine those to form a larger entity, the answer is: yes, but the images would be separate from each other. You could write a function for loading a character that places the torso in a specific place and then automatically places the head, hair, etc. relative to the torso. This should be simple enough.
You could then insert each complete character into a display group of its own and then move that, or you could move all parts separately. There also also other means of combining images together, like snapshot, but I don’t think that it is something that you want in this case.
Sorry, but you’ll have to provide more info. What do you mean combine? All I see is a bunch of images. Where is the sprite sheet? What are you trying to do? What have you tried?
I agree with @agramonte in that more information would be most helpful.
If you are asking whether you can load multiple sprite sheets and then create multiple images from them, such as head, torso, hair, etc. and then combine those to form a larger entity, the answer is: yes, but the images would be separate from each other. You could write a function for loading a character that places the torso in a specific place and then automatically places the head, hair, etc. relative to the torso. This should be simple enough.
You could then insert each complete character into a display group of its own and then move that, or you could move all parts separately. There also also other means of combining images together, like snapshot, but I don’t think that it is something that you want in this case.