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

2 favourites
WebView2: polyfill window.moveTo/window.resizeTo
1 favourites
Fix some more TypeScript definitions
1 favourites
Removing layers did not always immediately update instance lists
0 favourites
TypeScript: add type definitions for events (via addEventListener)
0 favourites
TypeScript: make IBehaviorInstance generic to propagate correct types
0 favourites
TypeScript: fix various type definitions
0 favourites
TypeScript: update tsconfig.json to preserve imports in importsForEvents.js
0 favourites
'Set up TypeScript' did not work when no script files used
0 favourites
Ensure InstanceType namespace exists at runtime
0 favourites
Update some TypeScript definitions
0 favourites
Add IAnyProjectLayout/IAnyProjectLayer type definitions for effects autocomplete
0 favourites
Remove 'Array is discarded immediately' warning as it could show false positives
0 favourites
Fix error using IAudioObjectType after advanced minification
0 favourites
Add ILayout methods addLayer(), moveLayer(), removeLayer(), removeAllDynamicLayers()
0 favourites
Add ITextInstance.changeIconSet()
0 favourites
Add ITextInstance.getAsHtmlString()
0 favourites
Fix subclasses not immediately constructed for non-world instances (regression r341)
0 favourites
Sprite: add replaceCurrentAnimationFrame(blob)
0 favourites
Tiled Background & Tilemap: add replaceImage(blob)
0 favourites
Text/SpriteFont: added hasTagAtPosition(tag, x, y), getTagAtPosition(x, y)
0 favourites
Text/SpriteFont: added getTagPositionAndSize(tag, index), getTagCount(tag)
0 favourites
IAnimationFrame: add methods to get image points and collision polygon points
0 favourites
3D shape: add getFaceImagePointCount(), getFaceImagePoint/X/Y/Z()
0 favourites
Sprite: add Z component to getImagePoint(); add getImagePointZ()
0 favourites
Update autocomplete suggestions with latest script APIs
2 favourites
Hierarchy instances not always available in subclass constructor
0 favourites
Script actions in deleted event blocks could still cause validation errors
0 favourites
Add IWorldInstance property isCollisionEnabled
0 favourites
Add IRuntime property timeScale
0 favourites
Add IInstance property timeScale, method restoreTimeScale()
1 favourites
Add IInstance.templateName
1 favourites
Fix possible incorrect picking using runtime.callFunction() in copy-picked function
1 favourites
Avoid throwing exception when posting message to runtime worker
1 favourites
Script validation errors treated line numbers as 0-based instead of 1-based
1 favourites
Exempt disabled scripts in event sheets from validation on preview
1 favourites
Ensure fetches to project files from Web Workers work in preview in Firefox/Safari
0 favourites
Add IParticlesInstance.fastForward(time)