Hey there! I am still pretty new to Construct, only having used it for about a month now. I've been using the 8 Direction behavior for my player characters and it's worked without issue until I started my most recent school project.
Like normal, I have the behavior assigned to my player character with the defaults active, I haven't changed anything regarding the behavior in either the toolbox on the layout screen nor in the events sheets. What I want to have happen is the behavior to be disabled at the start of another layout. Here's what I have in the sheet for this layout:
No matter what I do, the player character is able to be moved with the arrow keys. Here are some things I've tried to get rid of the issue that were unsuccessful:
- - Set the speed and acceleration to 0
- Set to ignore input
- Set the behavior enabled, system to wait 1 second, set the behavior disabled
Has anyone else had this issue? Is there something I'm not seeing?