how to select an actor
treke
Member Posts: 15
Hi
I'm new in gamesalad an i have a question.
i work in app and i have 4 actor how can i select one then transfer to the next scenes like fun run if anyone understand what I mean
thanks
Comments
help me
Do you mean like a teleport?
I'm guessing you mean transferring an actor into a scene, just drag it into it. Do you mean that or teleporting from one scene to another?
i mean i have 4 charectors suppose to be if i select one of them must be the one that i will play with not the other charectors same as fun run before u play u select one charector to play with
Hi treke. An easy way around this is to have an integer attribute labeled PlayerChosen or something of the sort. Each character then changes PlayerChosen based on their identifier.. ex you choose this player and PlayerChosen changes to 1. then inside the game, the character will spawn based on the PlayerChosen attribute.
-iKlazzy