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

5 favourites
Fix DOMQuad p1..p4 properties being renamed by advanced minify
5 favourites
Add Solid behavior script interface
6 favourites
Add Jump-thru behavior script interface
5 favourites
Add ISpriteInstance.setSolidCollisionFilter()
7 favourites
Add runtime "resize" event
8 favourites
Add I8DirectionBehaviorInstance.isAllowSliding
3 favourites
HTML Element: add script methods positionInstanceAtElement(), createSpriteImgElement()
3 favourites
Throw in ISpriteInstance.setAnimation() if animation name does not exist
5 favourites
Ensure IObjectClass getAllInstances()/instances() includes newly created instances in event sheets
8 favourites
8 direction vectorY setter not working correctly
7 favourites
Instance lists updated immediately after createInstance()/destroy() calls in script files
4 favourites
ILayer 'visible' setter not working (regression r281)
3 favourites
Add ILayer properties isInteractive, isSelfAndParentsInteractive
3 favourites
Add ILayer property parentLayer, generators parentLayers(), subLayers(), allSubLayers()
2 favourites
Change ILayer isVisible property to return layer's own state; add isSelfAndParentsVisible property
2 favourites
Fix incorrect ILayer index property on sub-layers
2 favourites
Add ILayout allLayers() generator
3 favourites
Add IAnimation and IAnimationFrame interfaces
3 favourites
Add ISpriteInstance property 'animation', method getAnimation(name)
3 favourites
Add ISpriteInstance events "framechange" and "animationend"
3 favourites
Add standard 'instance' and 'behaviorInstance' properties to events fired for plugins/behaviors
5 favourites
Support some ES2020 features when minifying, such as nullish coalescing
5 favourites
Text: added textWidth & textHeight script interface properties
4 favourites
3D camera 'zScale' property
4 favourites
Add 3D Camera script interface
4 favourites
Fix DrawingCanvas methods throwing exceptions if used before first tick
4 favourites
Add property ILayout.projection
5 favourites
Fix content possibly appearing upside-down after calling Drawing Canvas loadImagePixelData() method
6 favourites
Add IWorldInstance getter zIndex
5 favourites
Add ILayout properties scrollX/Y, scale, angle
3 favourites
Add ILayout methods setVanishingPoint(), getVanishingPoint()
5 favourites
Add ILayer properties: scrollX/Y, scale, scaleRate, angle, parallaxX/Y, zElevation, isTransparent, isForceOwnTexture, blendMode, backgroundColor
3 favourites
Add ILayer methods scrollTo(), restoreScrollPosition()