Hi! My name is Jeff.
I have a problem and a possible solution.
For make the move of the Sprite i used the platform, i turned off default control because i want to configure the controls using the Gamepad.
So far so good, i use the directional gamepad "xbox Controller" and make the Jump press "A" button.
But, i have 2 gamepads,and i need to make a multiplayer game. to make the control 2 control Sprite 2, I have to copy and paste all command made by gamepad1 and replace Sprite1 to Sprite2?
This is my solution:
Made in Photoshop for help.
I put a platform behavior in the family, because all sprites will receive the platform comportment.
Sprite1 is UID 0
Sprite2 is UID 6
I tested separately and it worked.
It recognizes that I am focusing the action on a single object.
Well. This would save me from getting copying and pasting all Gamepad1 commands
And yet I could do the commands to 4 players with only one line of code.
But is not possible
This is my idea of creating a new condition type.
Someone finds it useful?
Someone knows how to solve the problem of the gamepad?