My scratch project isn't taking key input

169 Views Asked by At

enter image description here

Here is the link : https://scratch.mit.edu/projects/859974239/editor

I have made a scratch project where i have used a if "x" key pressed ,the broadcast "fightmodeon" and hide , although when i try to do so it doesn't respond to at all

1

There are 1 best solutions below

0
Theo Nimz On

I think you just have to put a forever-loop around the if-statement because otherwise it will check once hen the script starts, now it should chek the entire time and it will hopefully work