An overview of how to get started using JavaScript coding in Construct! This video assumes you have some existing knowledge of JavaScript, and then demonstrates how to use features like modules and Construct's APIs.
NOTE: this is an updated version of an earlier video that was out of date as it was recorded before Construct started using JavaScript Modules.
More resources:
Try our free 13-part course 'Learn JavaScript in Construct' to learn JavaScript from scratch: https://www.construct.net/en/courses/learn-javascript-construct-79
Scripting section of the manual: https://www.construct.net/en/make-games/manuals/construct-3/scripting/overview
Subclassing instances: https://www.construct.net/en/make-games/manuals/construct-3/scripting/guides/subclassing-instances
Using an external editor: https://www.construct.net/en/make-games/manuals/construct-3/scripting/guides/using-external-editor
Scripting reference: https://www.construct.net/en/make-games/manuals/construct-3/scripting/scripting-reference
Interested in TypeScript? See our guide 'Using TypeScript in Construct': https://www.construct.net/en/tutorials/using-typescript-construct-3003