Problem Description
Platform cannot jump if moving left while space is down
Attach a Capx
https://www.dropbox.com/s/3x2gsj0kzn768 ... .capx?dl=0
Description of Capx
Platform object works if you are pushing right arrow, up arrow and jump but not if you are pushing left arrow instead of right arrow.
e.g. Space bar is attack and platform uses default controls if you are holding attack (even if there are 0 events about the space bar)
Steps to Reproduce Bug
Create game with just a platformer sprite and a floor
Hold space right arrow and push up arrow
Hold space left arrow and push up arrow
Observed Result
Won't jump when moving left
Expected Result
Jump when moving left
Affected Browsers
Every one I have tried.. at least chrome and njw
Operating System and Service Pack
Windows 10
Construct 2 Version ID
Release 221 personal license
Ashley closed this as not a bug but it happens 100% of the time in multiple projects/browsers and I can consistently use the right arrow key and perform this action but not the left. I have tested it with multiple keyboards now and even if I add an event to specifically jump when space and left is down and up is pressed it does not work. Tested it in preview mode as well as uploading to the web and running it from multiple computers. Sorry for posting it again but I am getting close to trying to publish my game and this is a major issue as jumping in both directions happens frequently while shooting and this bug is glaring in my game with no way for me to fix it on my end. I would be glad to dig into this problem further if there are other specific details you need.