Asmodean's Forum Posts

  • There is an Auto-runner example that comes with Construct.

    Choose New in Construct, type in the litte search window 'auto'

    Choose the first entry.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I can confirm that your NW export has this weird dialog box, if I export the capx myself to NWjs, it works like it should.

    What you could try is:

    Uninstall NWjsForC2 and reinstall it. Look if the folder is deleted after uninstall and before reinstall.

    Delete the folder with the name of the exe (here downloadtest) in %USERPROFILE%\AppData\Local\.

    After that, try export it again.

  • I think it would be easier, ff you store all of your values in an array and load or save the array with local storage, instead of all single variables.

  • I made a little example, too.

    https://drive.google.com/file/d/0B5FlDY ... sp=sharing

  • I can't help, only confirm the problem. I tried with several different videos and I had only audio but not video. Maybe you should make a Bug-Report and ask Ashley.

  • Sorry, then I can't really help. After reinstall, all works for me.

    Have you tried to export an empty project to see if the problem appears?

    Maybe is a problem with a plugin.

  • tecbug

    Have a look if that is what you want:

    The pick all is needed that you have not the problem that if you between two tiles, left and right, to stuck under one and above the other.

    But the problem with this is, is the next tile, up or down, to close to you, you will be above or under both tiles

  • What does has the high cpu usage? An App exportet with NWjs or the installation itself?

    If it's an App do you mean the windows, macOS or Linux version, 32 or 64 Bit?

    Can you provide an example if it's a Windows-App?

  • Have you tried to completely uninstall NWjs, even looked if the folder is deleted and then reinstalled it?

    I had in my export some wired folder named alt and neu (old and new) and there was a nwjs exe in it what opened an empty screen with an address-bar.

    But after the reinstall it all worked without a problem.

    I suggest in hindsight, that the old nwjs 0.12 caused the problem not my old node.js.

    Have you installed the new beta 4 over the old nwjs installation?

  • I can't really write more that I have. I uninstalled all, looked if NWjsForC2 is complete deleted, deleted node_modules in User/<Username>/ and reinstalled all.

  • You could use the bullet-behavior. Set the speed to 0 and the gravity to what you like.

    I made a litte example.

    https://drive.google.com/file/d/0B5FlDY ... sp=sharing

  • I don't see any benefit to have only on big exe-file, but if its that what you want.

    So i wish you luck with Fusion, bye.

  • There is a thread in the Bug-Reports with something similar, but not exactly the same problem and the solution doesn't work for me.

    The problem is, if I export to NWjs or start the preview in Construct it only works once. After closing the app, all nw.js tasks I can see in the Task-Manger get closed too. But if I start the preview or execute the exported app a second time, two tasks appear in the Task-Manager and nothing happens. I have to rename the project in Construct or delete the folder with the name of the app in <username>/AppDate/local and kill the tasks, then it works once again.

    This is with the exported 32 Bit version, the 64 Bit version crashes immediately.

    I use Windows 7 home premium 64 Bit with Construct 221 and NW.js 0.13 Beta4. The question is, I am the only one with this problem? Could someone test if he/she has the same problem?

    Edit: I think I found the culprit. I seemed my old Node.js install had caused problems. After uninstall node.js, nw.js and construct and reinstall construct and nw.js it now works.

  • Have a look at this tutorial.

    https://www.scirra.com/tutorials/237/ho ... -web-fonts

    Can't say if it works with NWjs.

  • Zero8 made something similar:

    Maybe that is what you are looking for.