So, I have it working on Windows pretty well, I need to add more blocks but at least the game builds and events get triggered. I'll add parameters and everything after I get at least one more platform running. I'm tryiing to get it working for Android but I keep getting this issue, "
[haxelib.exe] F:/Stencyl Workspace/stencylworks/android-sdk/android-ndk-r15c/platforms/android-14/arch-arm/usr/lib/crtbegin_static.o:crtbegin_static.c:function _start: error: undefined reference to 'main'"
After some research, it seems I need to add an LDFLAG of -static and -shared, but I'm unaware of how to do that. I can add compiler flags but I don't think those are the same. If anyone has any ideas, I'm all open!