How do i find "Javascript Alert"

0 favourites
  • 4 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • 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>

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

    Does anyone have any idea how to do this?

  • Browser.ExecJS() should do the trick from within C3. Add the Browser object to the game first, then you will have access to anything you want to do in javascript.

    Edit: There is a browser.alert built in as well.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • cjbruce

    I think he's trying to run a C3 html5 export using an "unsupported" delivery method.

    He wants to remove the alert, but it's no longer located on the index.html.

    A reasonable restriction for the free version.

    In a paid version, with no language about the end product... then there might be some issues.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)