Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How to switch camera and control between multiple characters like in FIFA? (Construct 3)

A topic by Pizberry created 35 days ago Views: 122 Replies: 2
Viewing posts 1 to 2
(1 edit)

I'm making a game, and so multiple characters are involved, which the player can use at any minute by pressing SHIFT. But I don't understand how to do this with ONE type of object when there are TWO or more. I could spawn the same objects and give them the same control and switching. I don't want to clutter my project with thousands of similar commands and objects. I want to use one type of object, but in large numbers. If you know how to do this, can you explain what commands should be entered in case of two objects of the same type.

Seems like more of a question for the Construct 3 forums since people here use a wide variety of development platforms...

...in general, you would just need to have a pointer to the character you want to move, instead of moving the character in a "hard-coded" way. How this is done in C3 I have no idea though :P

Okay, well, thank you for telling me