Odd question, I am using Construct 2 to make a tool for a game so that it can generate a player character spriteset.
Meaning I am trying to make it so that when a player chooses the correct body parts and presses 'Okay', it then uses variables (that are saved on one body part) to find and combine multiple files.
What I am trying to accomplish is relatively easy, I just don't know if I should execute Javascript to do it, or how else I would do it.
Example! Right now there are two objects: Body, and Hair.
Body has two instance variables, Body, and Hair. Body saves as Body_p01 (where 02 is part 1), Hair has Hair_p01.
When I click Submit I want it to combine Body_p01 with Hair_p01 and save it as one png.
Thanks for any help with this, I am trying to make a useful tool for another community as well.