Hello, please can you guys help me figure out this one?
I have a prototype in mind:
-The player has a simple platformer behaviour
-The player can’t reach a platform
- A hand, which is a sprite following the cursor, pushes a box which lets the player reach the platform.
I created this:
The hand has a Platform behaviour and the player has a platformer character behaviour with typical controls.
The box, however, has the platformer character behaviour on without the controls activated.
The hand can move both the player and the box.
How can I make it so that the hand only moves the box?
I hope my question is clear, maybe this concept is just to difficult to execute.