HI Guys
I have a scenario where the computer takes over and the player jumps over the stones to the next phase.
( The game is played by young children, and the purpose is not skill but adventure).
So what i need is the game to simulate the act of jumping over the stepping stones for him before giving back control?
Goto and move to just moves the object directly to the coordinate, without in between or animation, i do also have a jump animation i can use.
so my issue is i dont want the player to miss the stone! or fall of screen, which is why i want the game to handle it.
any thoughts are very welcomed