Advanced image question
Posted: Tue Mar 25, 2003 12:48 am
I am currently making an rpg program in php. I want the characters to be displayed as an image, which is the combination of overlapped images. For instance, let's say I have 6 images:
body
armor
helm
pants
weapon
shield/secondary weapon
the player chooses which 6 images to use and now they need to be combined into one image (in a specific order of course, the body would be at the bottom, covered by the others, so they overlap right). Also, they need to overlap transparently, so you can see the completed character when it is done.
Any help would be GREATLY appreciated
.
body
armor
helm
pants
weapon
shield/secondary weapon
the player chooses which 6 images to use and now they need to be combined into one image (in a specific order of course, the body would be at the bottom, covered by the others, so they overlap right). Also, they need to overlap transparently, so you can see the completed character when it is done.
Any help would be GREATLY appreciated