I wonder if anyone can help me with this. I have recently downloaded and installed a couple of third party behaviour plugins for Construct 3 (Rex.Rainbow´s Move...
I'm looking for a way to drag and drop a selection of text , an image or a file from an external source into the Construct 3 player window (published to web not...
Is there any documentation about how can I add external JS files/libs to the plugin with worker-support? I would like to make my plugins workers-ready. I have a...
I want my Construct game to fire a 'level ready' event or function, and I want my external JS app to be able to receieve that event. I also want my external app...
I added 2 simple text files to a project who's contents I want read in at launch time. This set up works fine when running the project in the Construct editor....
I see that it is very complicated to work with Construct 3, since I can't use libraries in my projects. I thought that importing the scripts was enough. But it...
Runtime.CallFunction("myFunction"); I want to call a function from main.Js inside Action code block, I am able to get this working, please can someone tell me a...