JaviApps's Forum Posts

  • Hello. Every time I edit an image and then when I want to close the window, the program crashes and if I don't save the progress, everything I did is lost because the only solution is to close the program because it doesn't respond. I would like to know if there is any way to solve this and not lose all the progress since I am now in that situation. I can't be editing images and constantly saving the file. It is not practical. I attach an image. I'm already tired of this situation... Yesterday it happened to me twice and all my work was lost. And today the same.

    Tagged:

  • Hello. I'm making a game for the internet and I wanted to know how I could advertise it, specifically that users see an ad in exchange for coins that serve to do things in the game. I would also like users to be able to buy the coins. I'd like to know if Construct has something like that for games running from a website. I clarify that the game will not be for android, since the MONOPOLY CRIMINALS OF THE DEEP STATE (Google), forbade me to monetize my apps and do not give me explanations. That's why I'm going to make the game for the website.

  • ok, thank. I didn't quite understand how it works but I'll see it better tomorrow.

  • How can I prevent my variables from being hacked without consulting my server?

    Is there a way to prevent my variables from being hacked without using a server? Construct offers any way to prevent variables from altering?

  • Is that how it works.

    In construct 2 the syntax was different.

  • I need to send some data to my database. for that I use ajax and php, and "post to url".

    However, it is not sent and I do not know the reason, since I have done it in construct 2 without problems, but in construct 3 that changed and I don't know what the problem is.

    I have it complete as follows:

    TAG: "Send"

    URL: "https://domain.com/carpet/senddata.php"

    DATA: "name ="&varName&"mail="&varMail&"pass="&varPass

    METHOD: "POST"

    I also want to clarify that my php files are perfectly since I have tried it from another place and it works. The problem arises in construct3 ...

    Tagged:

  • I need to work with base 64 code. But I don't see that I can easily get it in build 3. Instead this c2 plugin allowed me to get base 64 from each image.

  • Does this plugin exist for construct 3? Because the canvas that comes with construct 3 does not have the same functions.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is there a way to compile for older Android versions, or can it only be up to version 5.1?

    I don't think there are so few devices with old versions of android. But from what I see it is very difficult to compile for older versions. I'm sure there are millions of devices in the world that still use old versions.