Hi guys,
Im relatively new to Construct (have made some simple collision games with scoreboard).
At present, I am creating a game for my son which requires the player at the start of the game to select their character. Let's say the character choices are; dog, cat, chicken etc
When the character is selected, I need the choice to be stored and retrieved in my event sheets for the rest of the game.
eg. if a dog is selected at the start of the game, then how do retrieve that selection in actions like sprite set animations. If i make a family with the 6 character options, I need to ensure the correct animal animations are used based on the stored players selection. I played around with arrays, but couldnt figure out a solution. If I use families, I dont know how to uniquely reference the correct animal.
Even though I have standardised each animal's animations to have the same animation name (IDLE, RUN and JUMP), they all look different of course as.... they are different animals :P
I guess another way of explaining it is that it would be great to be able to select the VARIABLE content instead of a SPRITE OBJECT when adding an action. So, every incidence where the player character has an action, the variable substitutes the correct animal character's sprite name.
Apologies, if this is not clear - I'm not familiar with correct terminology. I have looked extensively on youtube and the forum, but could not find anything that appeared to help.
Any assistance would greatly be appreciated :)
Kind regards,
Frustrated dad programmer (Ronnie)