2 Players to Choose From
luke2125
Member, PRO Posts: 225
Hi,
Currently working on game that has 1 Player, however, what is the best method for 2 Players. In other words, when the game begins, the user would need to choose between 1 Player ( Male ) or 1 Player ( Female ), then the game begins with the actor that the user choose on the previous screen. Should I duplicate the whole game ( levels ), and just changed the actor graphic, or is there a better method in accomplishing this......? Would appreciate and feedback........Thanks and God Bless.....
Sincerely,
Sunday
Currently working on game that has 1 Player, however, what is the best method for 2 Players. In other words, when the game begins, the user would need to choose between 1 Player ( Male ) or 1 Player ( Female ), then the game begins with the actor that the user choose on the previous screen. Should I duplicate the whole game ( levels ), and just changed the actor graphic, or is there a better method in accomplishing this......? Would appreciate and feedback........Thanks and God Bless.....
Sincerely,
Sunday
Best Answer
-
patapple Posts: 873you can create an integer attribute like "player1character" and when the player choose the character you change the attribute to 1 or 2 or everything you want. then in the main character you put a rule like this one: when attribute "player1character" is = 1 --> change image to character1image and so
i hope you understand
Answers
Thanks uptimistik and patapple, really appreciated....Will try it out on the game.......:) God Bless.....
Sincerely,
Sunday
@Deepblueapps has a charachter selection in their V 3 platformer.
http://www.deepblueapps.com/gs-platform-engine-v3/
In that scene, a black and white version of the character is shown once you pick them. Both that and the character that spawns at level 1 determined by the true/false statuses of the booleans.