Hi there, apologies for the shortened subject line ...
So, in our little game we have two control mechanisms for our player. In general they use the Platform Plus behaviour to do the platforming sections. However, from time to time they enter a little spaceship. When this happens the platform behaviour is disabled, and a custom movement behaviour is enabled (it has to be custom for ricochet effects, that don't impact this 'problem')
Whenever we enter the spaceship, for the life of us, we can not get the player to launch straight up regardless. Depending on the location of the docking system it launches the player all over the place. Is there something I am missing in order to ignore the previous directions the player was going in, and just fire the player up for a second?
Many thanks!