How do i make it so i can press two different buttons at the same time to trigger a different action

I’m making a fan game where i need to press both left click and right click at the same time to do a high jump. HOW DO I DO THAT!!!

Try using an AND gate and a switch to activate the jumo.
You can replace the on input on the switch to when the jump ends instead.

image

@JR01 yes, but I’m also using those same buttons to move which is making it so i dont do the high jump. can you help?

what keys do you want to use to activate the high jump?

left click and right click

ok give me just a sec

btw, heres the game Flowlab Game Creator - New Game

ok here is how you can do that:

@Death68093 umm… it still dosent work

i forgot to say in the mouse clicks you need to turn on the capture clicks anywhere settings

You said click, I was thinking of the left and right arrow keys.
Try this

{"data":{"behavior":{"v":"2","nodes":[{"inputCount":0,"outputCount":1,"name":"Click Combo","behaviorType":"logic.NodeGroup","x":-1350,"y":256,"group":"","id":"1d83356e55ff8540","isMenuItem":false},{"inputCount":0,"outputCount":4,"name":"MouseClick","behaviorType":"logic.triggers.MouseClick","x":-1350,"y":256,"group":"1d83356e55ff8540","id":"1d825ae974577241","global":true,"rightClick":true,"skipAlpha":false},{"inputCount":0,"outputCount":4,"name":"MouseClick","behaviorType":"logic.triggers.MouseClick","x":-1350,"y":144,"group":"1d83356e55ff8540","id":"1d825b7a23dc5f46","global":true,"rightClick":false,"skipAlpha":false},{"inputCount":3,"outputCount":1,"name":"Switch","behaviorType":"logic.logic.Switch","x":-900,"y":144,"group":"1d83356e55ff8540","id":"1d82732af6fe974a","_startVal":0,"dataType":2},{"inputCount":3,"outputCount":1,"name":"Switch","behaviorType":"logic.logic.Switch","x":-1080,"y":144,"group":"1d83356e55ff8540","id":"1d8273c4064f634e","_startVal":0,"dataType":2},{"inputCount":1,"outputCount":0,"name":"Bundle Output","behaviorType":"logic.NodeGroupOutput","x":-720,"y":144,"group":"1d83356e55ff8540","id":"1d834268f4c8d94f","portId":"1d83356e55ff8540o0","tag":"output","dataType":2}],"links":[{"input_id":"1d82732af6fe974ai1","output_id":"1d825ae974577241o0"},{"input_id":"1d8273c4064f634ei2","output_id":"1d825ae974577241o0"},{"input_id":"1d82732af6fe974ai0","output_id":"1d825ae974577241o1"},{"input_id":"1d8273c4064f634ei1","output_id":"1d825b7a23dc5f46o0"},{"input_id":"1d8273c4064f634ei2","output_id":"1d825b7a23dc5f46o0"},{"input_id":"1d8273c4064f634ei0","output_id":"1d825b7a23dc5f46o1"},{"input_id":"1d82732af6fe974ai0","output_id":"1d82732af6fe974ao0"},{"input_id":"1d8273c4064f634ei0","output_id":"1d82732af6fe974ao0"},{"input_id":"1d834268f4c8d94fi0","output_id":"1d82732af6fe974ao0"},{"input_id":"1d82732af6fe974ai2","output_id":"1d8273c4064f634eo0"}]}}}