Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player can be moved during threaded actor move event #1644

Open
Rebusmind opened this issue Nov 13, 2024 · 0 comments
Open

Player can be moved during threaded actor move event #1644

Rebusmind opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Rebusmind
Copy link
Contributor

Describe the bug
When you use the actor move event on the player actor in a thread, the controls are still usable, so that you can move the player with the dpad at the same time.

To Reproduce
Steps to reproduce the behavior:

  1. Create a thread in a script
  2. Add an actor move event with the player as the moving actor
  3. Start the game
  4. Press the dpad while the player actor is executing the threaded event

Expected behavior
Controls should be locked while the player is moved by an event.

Platform (please complete the following information):

  • OS: Windows
  • App version 4.1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant