Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct 3 r433

TypeScript coding; more Monaco improvements; debugger improvements; new demo game; bug fixes

01 April, 2025 ()

Email Me New Releases

Don't miss out on the latest and greatest new features in Construct 3

Notes

It's the start of a new release cycle, and we have a huge update for you this week! Hot on the heels of our new Monaco-based code editor, we are now pleased to launch support for TypeScript coding in Construct! This was previously supported for external editors only, but now we've been able to combine support for that with the new Monaco code editor to allow coding with TypeScript in Construct itself. This is designed to be equivalent to the JavaScript coding capabilities, including support for TypeScript in event sheets (which was not previously possible even with an external editor). You can also mix and match JavaScript and TypeScript so you don't have to decide up-front which to use for a project. That also helps with transitioning existing JavaScript projects to TypeScript, and we've added some more tools to help with that, including the ability to switch code blocks in event sheets between JS and TS, as well as switching an entire project's language (which does things like rename project files but does not change your code for you). We've also started adding lots of TypeScript coding examples in the Example Browser with more to come.

Support for TypeScript is a major new addition to Construct's coding capabilities, bringing industry-standard type checking as well as useful tooling such as precise autocomplete, while maintaining interoperability with external code editors like VS Code. There's a lot more to do on providing examples, documentation and tutorials - that will all take a while but expect to see it developing in the months following the next stable release.

Other than that this release still includes more, including a new demo game Airborne Explorer, improvements for the new Monaco code editor, updates for the debugger, optimized 3D rendering in WebGL, refinements to TypeScript definitions, and of course a batch of bug fixes. Happy testing!

Like this Release?

Let us know with a thumbs up!

UpvoteUpvote 32 DownvoteDownvote
Launch r433

Changelog iconNew Features

Not favoritedFavorited Favorited 10 favourites
TypeScript coding in the editor

Changelog iconNew Additions

Not favoritedFavorited Favorited 5 favourites
New demo game 'Airborne explorer'
Not favoritedFavorited Favorited 2 favourites
Example Browser: new 'Coding' filters 'Event sheets only', 'JavaScript', 'TypeScript'
Not favoritedFavorited Favorited 2 favourites
Example Browser: add TypeScript variants of many existing JavaScript example projects
Not favoritedFavorited Favorited 3 favourites
Monaco: use TypeScript definitions for JavaScript files (enables some parameter hints)
Not favoritedFavorited Favorited 3 favourites
Event sheet view: add language icon for scripts in event sheets
Not favoritedFavorited Favorited 9 favourites
Debugger: section to view hierarchy parent and children
Not favoritedFavorited Favorited 9 favourites
Debugger: ability to expand/collapse sections
Not favoritedFavorited Favorited 10 favourites
Debugger: add properties to control instance time scale
Not favoritedFavorited Favorited 7 favourites
Add system expressions ProjectID and ProjectUniqueID

Changelog iconChanges

Not favoritedFavorited Favorited 0 favourites
Make TypeScript 'Spell caster' example open directly in editor (rather than GitHub)
Not favoritedFavorited Favorited 1 favourites
Remove support for CodeMirror
Not favoritedFavorited Favorited 0 favourites
Change some references to 'Script' to 'JavaScript'
Not favoritedFavorited Favorited 0 favourites
Rename scriptsInEvents.js to javaScriptInEvents.js
Not favoritedFavorited Favorited 1 favourites
Update Project Bar script/file icons
Not favoritedFavorited Favorited 1 favourites
Monaco: ensure editing scripts in event sheets matches event sheet font size
Not favoritedFavorited Favorited 4 favourites
Audio: improve handling of resuming from suspended/interrupted state

Changelog iconBug Fixes

Not favoritedFavorited Favorited 3 favourites
Possible error building spritesheets in some specific projects (regression r426)
Not favoritedFavorited Favorited 6 favourites
Tiled Background: fix precision issues with large image offsets in some cases
Not favoritedFavorited Favorited 3 favourites
Drawing Canvas: fix possible glitches drawing ellipses on some devices
Not favoritedFavorited Favorited 3 favourites
Debugger: window title did not update when used in a popup window
Not favoritedFavorited Favorited 0 favourites
Monaco: disable code folding for scripts in event sheets due to bugs
Not favoritedFavorited Favorited 0 favourites
Monaco: error using script files with certain special characters in the filename
Not favoritedFavorited Favorited 0 favourites
Monaco: crash if using more than 200 project files
Not favoritedFavorited Favorited 0 favourites
Monaco: updating scripts in events not working correctly when using files with CRLF line endings
Not favoritedFavorited Favorited 3 favourites
Timelines: fix incorrect calculations when combining size, scale and frame property tracks

Changelog iconPerformance Improvements

Not favoritedFavorited Favorited 9 favourites
Optimize 3D rendering in WebGL (when EXT_conservative_depth supported)

Changelog iconLanguage updates

Not favoritedFavorited Favorited 1 favourites
Support translation for some languages in the Monaco editor

Changelog iconScripting updates

Not favoritedFavorited Favorited 3 favourites
Add IRuntime properties projectId, projectUniqueId, tickCount
Not favoritedFavorited Favorited 0 favourites
TypeScript: in type definitions use Vec2/3/4Arr type instead of number[]
Not favoritedFavorited Favorited 0 favourites
TypeScript: missing type definition for runtime.timelineController
Not favoritedFavorited Favorited 0 favourites
TypeScript: update various other type definitions

Share Construct 3 Release r433 Now

  • 10 Comments

  • Order by
Want to leave a comment? Login or Register an account!