CrazyFlasher

Results 64 issues of CrazyFlasher

Is it possible to add some plain Object to layer in fla, that will contain some custom properties? For example to manually build TextField's

I call logger.info once, but receive result 4 lines of INFO `logger.info("Manually defined classes: ", clazz.name);` ![image](https://user-images.githubusercontent.com/1607138/147357063-5b38674b-3ddd-456d-9f8f-c367787b16bc.png)

Howerver works if I create websocket server before creating http server.

What I've missed? **Code** ```haxe import hx.ws.WebSocket; class Ws { static public function main() { var ws:WebSocket = new WebSocket("ws://127.0.0.1:3001"); } } ``` **Build** ``` haxe -js client.js -main Ws...

How should debug configuration look like in launch.json for debugging tests?