PabloDev's Forum Posts

  • Hello, I have 3 solid objects (platforms suspended in the air) and I would like to find out which platform the character is on.

    That is, in which of them is the character supported at all times?

    What do you think would be the best way to find this out?

    How can I know which platform the character is on?

    There is no official function that returns the object in which the character is perched.

  • Hi, how can I create this condition?

  • You do not have permission to view this post

  • Hello, when you export a project, can you avoid the window that indicates if you want to go to the export folder ?.

    I do not see any option to avoid this window but maybe it can be done with some hack or something.

    It bothers me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In the absence of official comment, I suppose there is no interest in fixing this deficiency, which is quite annoying.

    This leads me to think that sometimes it is better to dodge a bug and use a personalized workaround because if you must wait until they fix the bug, they may never answer you and you may continue waiting.

    I will not insist more with this issue.

  • Hello, why can not I turn off notifications of new C3 updates?

  • Thanks guys.

    Both methods work, it is confusing because the written text is apparently deleted but what happens is that a line is lowered without it being added visibly.

  • Hello, when I am going to introduce a comment somewhere in the code sometimes I need to move to a new line but this is not possible in the same comment bar.

    Then to solve it you have to create a new comment bar by pressing Q.

    So my question is:

    Can you down a line in the same comment bar without having to create a new bar?

  • OK, the connection error happened because I had selected (without being aware that I was changing it) "WS" in the protocol option of the object, selecting "WSS" the error is solved.

    On the other hand, the team will correct the broken download link.

  • make sure you use secure websockets and a https website and you won'T get that warning

    But I uploaded my game to itch.io and to bitballoon and that warning appears to me.

  • Ok, the error with photon and HTML5 hosted game is because now chrome, in its latest version, warns that they are trying to load scripts from unauthorized sources.

    To enable it you must click on the warning and authorize the upload.

  • Currently it seems that the plugin does not work with the HTML5 export.

    That is, if you export your game in HTML5 and upload it to a host, the photon plugin will not connect, it will not work, I have contacted them to inform them and I am waiting for a solution / response.

  • The download from the official link is not available.

  • > Hello one question.

    > I thought that NWjs.AppFolder would give me the directory of the location of the nw.exe file.

    > But this is not the case, NWjs.AppFolder gives me the directory where the capx file is located.

    > What the hell do I want that directory ?.

    > I need the directory of the nw.exe application because there are my files to load.

    >

    > How do I obtain this directory ?.

    Ashley added new expressions after I did a feature request about this a while ago. Just update C2 to R257 or newer and use the new expressions.

    I think they should also work with fetching the executable path. If not you should be able to manually replace parts of the fetched path. Although I'm guessing in your case it's an issue that only occurs during preview and not in the exported version.

    My problem is with the exported version.

    I have files that my program loads to create the levels.

    I have used the expression NWjs.ProjectFilesFolder seems to work but it is not the path of the executable file nw.exe

    I suppose that NWjs.ProjectFilesFolder is the path where the files are decompressed and then loaded from there.

    Thanks for the info.

  • Hello one question.

    I thought that NWjs.AppFolder would give me the directory of the location of the nw.exe file.

    But this is not the case, NWjs.AppFolder gives me the directory where the capx file is located.

    What the hell do I want that directory ?.

    I need the directory of the nw.exe application because there are my files to load.

    How do I obtain this directory ?.