fiaful's Forum Posts

  • Ashley

  • Hi Scirra team...

    there is a problem, exporting Construct3 (only c3runtime obviously), in supportCheck.js

    current version of supportCheck.js has:

    const a=!!document.querySelector("script[src*=\"kaspersky\" i]");
    

    where "i" after "kaspersky" is a sintax error, and Internet Explorer stops everything...

    I don't know (at moment) if IE only have this problem (chrome is ok, firefox is ok)

    but...

    I'd manually correct the sintax error and when I'd reload the page, a message appeared:

    Software update needed ... Internet Explorer is not supported ...

    I run Internet Explorer 11.0.9600.19301IS ... so ... all Internet Explorer versions are no longer supported? And Edge? (maybe yes)

    anyway I think that "i" is not quirk, but rather a bug to be corrected ...

    having said that, a greeting to all

    Oh, Construct 3 version is 148.

  • I need to create a plugin (c3 runtime) that combines 3 sprites together (I made some elaborations with the pixels of all three) ... but, even if I read the documentation, I can't even figure out where to start ...

    ok, from a drawing type plugin, but where are the image pixels? how do I add 2 more sprites?

    and don't tell me that I don't need a plugin like that because I can do it with consrtuct ... yes, I can do it with construct and I did it ... but the performances make you cry! (c3 runtime)

  • what a pity! ok, thanks anyway

  • Hey! thank you for the answer! but...

    I don't understand this

    you still have to add this plugin to cordova project.

    cordova plugin add cordova-plugin-powermanagement

    do I have to export the project, modify the config.xml, and then compile with phonegap? can't I make the apk directly via construct 3 builder? (and if so, I did not understand what you mean)

  • Hi everyone,

    before I used Construct 2 and I bought the cordova plugins of cranberrygames with which, among other things, I could manage the wake lock of the phone (android) via the powermanagement plugin.

    recently I switched to Construct 3 and I'm forcing myself to use c3runtime (as this should be the future), with various problems and slowdowns.

    the plugin above works with c2runtime, but c3runtime just doesn't see it.

    how can I use acquire and release, of wake lock, with c3runtime? I also like a solution that does not use the cordova plugin.

    I also intend to use the construct apk build of construct 3.

    since I have already written over 80% of my game with c3runtime I don't want to go back to c2runtime.

    how can I do? do you have any ideas?

    thank you all.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi there, this is a working solution:

    1. create a variable named new_line

    2. set new_line to Browser.ExecJS("""\r\n""")

    3. before invoke download replace(yourtext, newline, new_line)

    happy coding

  • same problem... this is a really boring problem ... still no news about it?