duditon's Recent Forum Activity

  • Try to remove the "dist <= 32" out of the function along with the variable.

    Do you see a green arrow near the function name? This means that this event has only occurred once it is called.

    In my understanding how the function can check if "dist <= 32" if it was called before?

  • Have you tried the variable "dist" in static?

  • When I create a container with different types of objects, the objects will always be created at the source point of the parent object like you said.

    The solution that I do is:

    Container ("Father", "Son1", "Son2")

    When the object "Father" is created:

    Set Son1.X = Pai.X + 20

    Set Son2.Y = Pai.Y + 100

    I think it's not the best solution for that, but it works for me. Good luck.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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

  • 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????

duditon's avatar

duditon

Early Adopter

Member since 5 Jun, 2015

None one is following duditon yet!

Trophy Case

  • 9-Year Club
  • Email Verified

Progress

10/44
How to earn trophies