Character Select Example

8485
8486
21
22

Click to select a player, arrow keys to move.

The menu works by sending a Message to the Player Controller with the number of the selected sprite.

The Player Controller uses a Spawn block to spawn a player of the selected type.

The controller behaviors are in the Player Parent object, and each of the Player objects have their parent set to the Player Parent so that they can share the logic.

Editor