Hi there,
I'm new to construct 3. Currently my sprite will go left and run its walking animation however it wont do the same for right even though the event is the same. I have attached an image, it might be painfully obvious but idk haha. Let me know if more info is needed.
Nothing obviously wrong, maybe the animation name is wrong? By the way you don't really need a variable you could move the simulate actions to the key press event.
Develop games in your browser. Powerful, performant & highly capable.
hey, thanks for your response, ill try to get rid of variables and move that to the key press stuff. I've doubled checked the animation name and it seems to be correct.
Check in debug play, select the sprite object and see what animation is actually playing. Should play the correct one if only one key is pressed. If both A and D are pressed at the same time there might be an issue.
Hey, thank you I just got it working by switching the animations to the key inputs as you said. Brilliant :)