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

9 favourites
Move setCollisionCellSize() method to ICollisionEngine
12 favourites
Add ICollisionEngine interface at runtime.collisions with new methods including getCollisionCandidates()
4 favourites
Fix possible error destroying instance in "destroy" event
3 favourites
Fix ILayer.isHTMLElementsLayer setter not working
5 favourites
Add IPhysicsBehaviorInstance.teleport()
8 favourites
Add IRuntime.setCollisionCellSize()
5 favourites
Add ILayer.isHTMLElementsLayer
5 favourites
Add 'isConvex' parameter to IDrawingCanvasInstance.fillPoly()
1 favourites
Update 'Ghost shooter code' example to use InstanceType for subclassing
3 favourites
ILayout addLayer()/moveLayer() insertBy parameter did not allow null
3 favourites
Drawing Canvas loadImagePixelData() upside-down in WebGPU
3 favourites
TypeScript: fix a couple more definitions
2 favourites
WebView2: polyfill window.moveTo/window.resizeTo
3 favourites
Fix some more TypeScript definitions
1 favourites
Removing layers did not always immediately update instance lists
4 favourites
TypeScript: add type definitions for events (via addEventListener)
4 favourites
TypeScript: make IBehaviorInstance generic to propagate correct types
4 favourites
TypeScript: fix various type definitions
4 favourites
TypeScript: update tsconfig.json to preserve imports in importsForEvents.js
7 favourites
'Set up TypeScript' did not work when no script files used
5 favourites
Ensure InstanceType namespace exists at runtime
6 favourites
Update some TypeScript definitions
5 favourites
Add IAnyProjectLayout/IAnyProjectLayer type definitions for effects autocomplete
5 favourites
Remove 'Array is discarded immediately' warning as it could show false positives
5 favourites
Fix error using IAudioObjectType after advanced minification
8 favourites
Add ILayout methods addLayer(), moveLayer(), removeLayer(), removeAllDynamicLayers()
3 favourites
Add ITextInstance.changeIconSet()
3 favourites
Add ITextInstance.getAsHtmlString()
6 favourites
Fix subclasses not immediately constructed for non-world instances (regression r341)
7 favourites
Sprite: add replaceCurrentAnimationFrame(blob)
7 favourites
Tiled Background & Tilemap: add replaceImage(blob)
7 favourites
Text/SpriteFont: added hasTagAtPosition(tag, x, y), getTagAtPosition(x, y)
7 favourites
Text/SpriteFont: added getTagPositionAndSize(tag, index), getTagCount(tag)
3 favourites
IAnimationFrame: add methods to get image points and collision polygon points
8 favourites
3D shape: add getFaceImagePointCount(), getFaceImagePoint/X/Y/Z()
7 favourites
Sprite: add Z component to getImagePoint(); add getImagePointZ()
4 favourites
Update autocomplete suggestions with latest script APIs
5 favourites
Hierarchy instances not always available in subclass constructor
6 favourites
Add ILOSBehaviorInstance methods addObstacle(), clearObstacles()
5 favourites
Script actions in deleted event blocks could still cause validation errors
7 favourites
Add IWorldInstance property isCollisionEnabled
8 favourites
Add IRuntime property timeScale
8 favourites
Add IInstance property timeScale, method restoreTimeScale()