duditon's Forum Posts

  • How do I make an animated gif continue the loop infinitely on the button?

    Obs.: The animation stops at the last frame.

  • It's impossible to comment or help unless you provide more information.

    C2 working perfectly... but in C3...

  • One more negative experience with C3 ... a simple script does not show in the preview.

  • Yes, in C2 it works ...

    But did I buy C3 for nothing? OMFG

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Does anything work in this program?

    I should have waited to see if this really goes forward.

  • I need to get this message that appears when I start the application.

    Does anyone have any idea how to do this?

  • Construct 2 html5 export comes with complete index.html... but in Construct 3 the index.html only is this:

    <!DOCTYPE html>

    <html>

    <head>

    <meta charset="UTF-8"/>

    <title>Meu Jogo</title>

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>

    <link rel="manifest" href="appmanifest.json" />

    <link rel="stylesheet" href="style.css"/>

    </head>

    <body>

    <div id="fb-root"></div>

    <script src="c2runtime.js"></script>

    <script src="start.js"></script>

    <script src="register-sw.js"></script>

    </body>

    </html>

  • 1-use lastest cordova Cli for android + crosswalk (because intel xdk is using old crosswalk)

    2-there is a tweak to modify on the config.xml or additions.xml files so you enable force gpu blacklist

    Would you explain how to use the cordova CLI with the C3 file?

  • I have a project in C2 + Intel XDK working perfectly on my android (Samsung J5)... then, exporting with C3 the project is with low performance, freezing... any idea????

  • You do not have permission to view this post

  • So I would have to buy the business license?

    And if I use the personal license, and my brother is using it and I'm in another location and also use the account, what happens?

  • More precisely, if I can use the same account simultaneously with my brother.

  • I wanted to know if I can use 2 computers in the same house, because I and my brother have a computer each and I have this doubt, before buying the product.

  • When the phone calls, does the app show the person's information and the answer button on the screen?

    It's possible?

  • how do I show elements of a website in the app, without having to open the page of the site?

    exemple:

    And taking the specific element to appear directly in the app.