I've created an Active "Car" and changed its AltA to "Player".
I've set its movement to Car Movement.
In the event editor, I add:
Start of frame:
+ Create object Car
+ Change "Player" Alt to 1
+ Create object Car
+ Change "Player" Alt to 2
But I also want the first created car to be controlled by player 1, and the second one to be controlled by player 2.
Is it possible or do I have to create a new Active and set its controlling player manually?
Actually, what I want later is to yield control of an active to another player on a button press.