Hi,
I am not sure if this is possible or not, but just wondering if anyone would know of a way to create one set of events for different characters/ players.
Explanation: So I am creating a game that the player can select up to 4 different characters all with their own animations (Same names, Same frame numbers etc) and when the layout starts the chosen character is created and pinned to the single bg object. I.E. same for each one. I would like to have more, but my current approach makes it very tedious and painful, especially if there is an error in an event.
So the problem is that I seem to have to write the same event 4 times depending on the character chosen.
So if they choose a ninja, then I have to write ninja events for all the animations depending on the action and so on for each other character, which produces 4 events for the same action.
I.E.
If character = ninjaboy and right arrow pressed set ninjaboy animation running etc etc
If character = ninjagirl and right arrow pressed set ninjagirl animation running etc etc
If character = soldierboy and right arrow pressed set soldierboy animation running etc etc
etc.
I also have spriter pro in which I can map character parts on the fly using the same animation, so not sure if something similar can be done here or maybe there is a different way.
I could probably add all the animations of all the characters into a single sprite, then select the animation depending on the character, but when I have 9 animations per character I have to add 36 validations which is the same as having separate characters with their own animations.
Perhaps a search and replace on highlighted events would make things easier so I could create all the events for one character, copy / paste then replace? Enhancment
Thanks,
Paul