Javascript (Construct 3 Plugins)

  • 57
    This content is deleted
    Addon
    Javascript

    Use 3rd party JS libraries (including JQuery), call Javascript functions, access object properties and methods. Implement game objects, and algorithms in Javasc...

You're viewing a single comment in a conversation. View all the comments
  • 4 Comments

  • Order by
  • If you want to include a library, there's two possible situations:

    1. You have it as a file. Put it in "Files" folder in "Project" bar and add its file name to a "Script files" property of JS plugin in "Properties" bar.

    2. You have it as a link (like: apis.google.com/js/api.js). You have to do something so when the game starts, the script is included to the game's webpage. To learn how to do this, Google something like "javascript dynamically include js to html"