Alright, so now right now i'm making some kind of 2D Hack & slash, and there are different playable characters choosable. So let's say I have characters 1, 2 and 3. There's a first layout to select the character you want to play, and it sets a global variable that will determinate which character you choose, so that it's the playable character. Now you get to the second layout, so on the side there are the sprites for character 1,2 and 3, but what I would like to do is that the chosen character, and HIM only, is playable (which means that he spawns, is controlled by the 8 directions behaviour, is targeted by the ennemies) The problem is that I have to put the behaviours for each character, in case he gets chosen, but only the chosen one is really "active", so how could I do that
Thanks a lot for any help, I know it sounds kind of messy, but I don't know how I could explain it better...