Hi,
So the football game I am making will have over 10 teams which have 10 different kits. Each kit will have 4 different animations for idle, run right, run left and kick r and kick l. I can cut this down by some teams having the same colour kits.
What would be the best way to check the name of the team against the colour of kit? Then in the game simulator I have written 5 different scenarios that the player has to face.
What would then be the best way to implement a check against a team name, look up the kit colour then use that actor as the main actor for the scene? I can write if statements for this but it seems to long! Would image instances or creating an actor as an attribute be a better solution? I thought I would seek advice before I lead myself down a blind alley!
Thanks in advance for any help