I am stuck in the lvl 3 of my game. It will have 5 Tutorial levels, and in this one, i want to make the following:
The player jumps in a platform, and then, he will move it manually. I want to make this using two scripts:
The script one makes the player move with A and D. (Simple c# script).
The script two that is my problem. I need to make a script that when you jump in a platform, you automatically “gain it’s control” and then you can move to right with P. How do i do that?
Thanks! It worked perfectly.
– Zitoox