Hi all,
I'm new to Construct2. It looks to me awesome.
I'm currently writting a pluggin for Nuggeta Game Services.
I'm facing the problem is i'm need from the plugin load a game specific JS and i don't know how to tell the plugin the JS needed to load since it's dynamic each time.
At deployment time it could be easy... by asking game developer to add a <script> load directive but
At development & test time i don't know how to make this work.
In fact i think it would be nice to be able to add an external JS file to the project and give its name to the pluggin. The pluggin has to load it then but i don't know where it will be located in between the local server test and real deployment configuration...
[EDIT1]
- Succeed to add a JS Files in the project explorer. It is well exported when project is deployed but not included <script> directive
- How to reference and load this JS file from the local test server
Thank you for your advice.