i want my game to have tens of characters to select. first of all how can i set the character i selected (with its respective controls) to the level im playing?
i did some research and i found global variables the best way to do it. but having tens of characters makes me wonder, is it better to have 1 global variable with tens of number values (each value is a character)? or tens of global variables with 2 values (0/1)?
i found another way too which consisted in animations but didnt get it right.
Also please tell me how to do it cause im having a hard time trying to. is there a tutorial somewhere?
thanks