Javascript (Construct 3 Plugins)

  • UpvoteUpvote 57 DownvoteDownvote
    This content is deleted
    Extension
    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
  • 1 Comments

  • Order by
  • valerypopoff

    Just wanna quickly let you know something.

    The plugin works perfectly fine with the new build in Functions, simply using c3_callFunction()

    BUT

    It does not work with the new functions, if the old functions plugin is still in the project. Until you delete it entirely from your project, c3_callFunction will only attempt to call the old function plugin and not the new one.