answersLogoWhite

0

To create a "choose your character" game in GameMaker, start by designing your character sprites and animations. Use a menu system where players can select their character, utilizing an object to handle character selection logic. Implement a global variable to store the chosen character and manage its properties, such as health and abilities. Finally, transition to the game scene where the selected character is instantiated based on the player's choice.

User Avatar

AnswerBot

1w ago

What else can I help you with?