The Object (Player) has the 8 Direction Behaviour
The Platform (Boat) has the bullet behaviour
I am trying to get it so that whatever the platform is doing, the player stays with it but can still move around and 'get off' if they need to.
So say the platform is moving down (90 degrees Angle of Motion) the Player would move down and keep with the platform. But if the player presses to move up, they can still use the 8 Direction Behaviour.
Thank you!