View a comprehensive history of all the new Javascript scripting feature updates and changes Construct 3 since the first release.

13 favourites
Add mesh distortion scripting APIs
12 favourites
Scene graph APIs on IWorldInstance, e.g. addChild(), getParent()
8 favourites
Add Move To behavior script interface
9 favourites
Text Input maxLength setter/getter
9 favourites
Added new 'YouTube API' scripting example
7 favourites
Layer methods cssPxToLayer() and layerToCssPx()
7 favourites
Added script interface for Slider Bar
7 favourites
Could not set Platform deceleration
8 favourites
DrawingCanvas loadImagePixelData() incorrectly flipped on Y axis
14 favourites
JSON plugin: script interface to access JSON data
9 favourites
Update editor JavaScript parser with partial ES2020 support (including nullish coalescing operator)
11 favourites
Add instance "destroy" event
9 favourites
Add object class and runtime "instancecreate" and "instancedestroy" events
9 favourites
Added ILayout and ILayer 'effects' array (for controlling effects similar to instances)
8 favourites
Allow autocomplete after 'this' and 'super' keywords
7 favourites
Sprite: getPolyPointCount(), getPolyPointX(), getPolyPointY(), getPolyPoint() methods
7 favourites
Sprite: getImagePointCount() and getImagePoint() methods
7 favourites
Physics: getContactCount(), getContactX(), getContactY(), getContact() methods
6 favourites
Fix crash autocompleting localVars inside a function block
9 favourites
New 'Fetching project files' scripting example
11 favourites
New 'Web Workers' scripting example
10 favourites
Events "save", "load", "beforeprojectstart", "afterprojectstart", "beforelayoutstart" and "afterlayoutstart" can now use async handler functions
7 favourites
runtime.isInWorker property to indicate 'Use worker' mode (in Web Worker)
7 favourites
runtime.alert() method, which forwards call in worker mode
6 favourites
Global alert() method added in worker mode to help beginners, which forwards call
16 favourites
Add runtime 'getInstanceByUid' method
9 favourites
Autocomplete now lists items after typing 'runtime.objects', 'runtime.globalVars' and 'localVars'
9 favourites
Update autocomplete list to include latest APIs
9 favourites
Added effects APIs to control instance effects from script
9 favourites
Added physics APIs to control Physics behavior from script
8 favourites
Added IBehavior interface
8 favourites
Added mouse APIs getMousePosition and isMouseButtonDown
9 favourites
Added 'Physics: scripting' example project