How do i make a player that uses platform behaviour perform the following actions ?
<img src="http://dl.dropbox.com/u/22173473/path.png">
1, Click circle1 and the player walks to this position, then stops. (including walk animation).
2, Click on circle 2 and the player jumps onto the crate.(with animations)
3, Click on circle3 (the top one) and the player jumps up onto the platform.(with animations).
OR......from position 2 on top of the crate -
4, Click on circle 3 at the base of the ladder and the player walks off the crate and stops at the base of the ladder (with animations).
5, Click on circle4 and the player climbs up the ladder stopping at circle4.
Basically, i need the player to be platform behaviour based, but also respond to mouse clicks.
The ladder climbing part is not 100% needed, but the walking and jumping parts are.
Cheers