A lot of my friends want to help me with my game, but they only know typecode, like java, python, or C#, and there aren’t any blocks or setting to import that. Now, I’m fine if you don’t add this, but it’d be a nice quality of life thing to be able to have a secondary code formating option, y’know?
2 Likes
There are plans to add an API block that will allow to use Haxe to program inside the engine.
As for right now, you can use Haxe inside an expression but the limitations comes with only being able to use the inputs as non-fixed values and outputting a number (last/returned value will auto convert to float).
3 Likes