Top down movement behavior not working


I think gdevelop is on crack. I’m not using JavaScript, so why is it not working? I cant move, cant put any top down events in, otherwise that screenshot happens. IM SO CONFUSED!!!

For clarification: Everything in GDevelop uses Javascript. Your events in the event sheet are converted to javascript whenever you preview or export your game.

From what I can see from testing, the top down behavior itself appears to be working correctly, here’s a quick test project where the directional keys will move the box.
https://game-previews.gdevelop.io/1717966848796-319131/index.html

The error message you have reads like something’s wrong with your object itself that has the behavior. Make sure your object has a valid image file as the visual, and then maybe try removing the behavior entirely, saving, then re-adding it to the object. Also ensure you’re not using any top-down movement events on an object that doesn’t have the behavior on it.