Beta versions are not as thoroughly tested as stable
New examples, new expressions, bug fixes
22 June, 2021 ()
Email Me New Releases
Don't miss out on the latest and greatest new features in Construct 3
Notes
In this release we've added some new expressions based on user requests. These include a new system expression to round a number to a certain number of decimal places (e.g. roundDToDp(1.555, 2) returns 1.56); the ObjectTypeName expression is now available on more objects including data objects like Array & Dictionary; and Tilemap expressions to get the tile size and map size in tiles.
There have been a few other changes to ensure everything keeps working smoothly, plus a batch of bug fixes, including a few fixes for regressions in r252, which isn't too surprising given we changed a lot of code in that release! Stay tuned for more updates.
Like this Release?
Let us know with a thumbs up!
Launch r253
New Additions
New examples 'Bouncy ball', 'Graviational field', 'Rhythm game'
System expression roundToDp(number, digits)
Expression ObjectTypeName for more plugins including Array & Dictionary
Tilemap: TileWidth, TileHeight, MapDisplayWidth and MapDisplayHeight expressions
Tilemap: 'Set blend mode' action
Changes
Disable autocomplete on long text properties
Work around broken support for WebM Opus in Safari 15 beta
Bug Fixes
Vanishing point incorrectly applied to 2D layers
Tile movement: could move incorrectly after pausing
Audio: could return incorrect PlaybackTime when changing playback rate
Audio: possible incorrect PlaybackTime when framerate very low
Work around iOS bug causing possible wrong display size on Chrome/Firefox/Edge for iOS
Incorrect Mouse/Touch co-ordinates when not specifying a layer (regression 252)
Drawing Canvas: 'Paste object' working incorrectly (regression r252)
SDK updates
Add Quad3D() and Quad3D2() renderer methods
Scripting updates
ITilemapInstance properties mapDisplayWidth/Height
Share Construct 3 Release r253 Now