Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct Animate r348

Text/SpriteFont range tagging; new script APIs; performance improvements & more

04 July, 2023 ()

Email Me New Releases

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

Create an Account

Notes

This week's beta release has lots of improvements! First of all there's a new feature to tag ranges in Text and Spritefont objects. In short this means you can use BBcode like "Hello [tag=foo]world[/tag]". This applies the tag "foo" to just the word "world". Then you can do things like detect if the mouse is over that tag (e.g. for a hover highlight), or get the size and position of that tag (e.g. to position another object by it), and more.

There's also new script APIs that allow loading custom image content in to Sprites, Tiled Backgrounds and Tilemaps, as well as new script APIs for the range tagging feature of Text and SpriteFont; performance improvements for timeline editing and Text objects; a new 'Random' UID numbering mode to work better with source control; and as ever a big batch of bug fixes. Happy testing!

Like this Release?

Let us know with a thumbs up!

10
Launch r348

New Additions

0 favourites
Text/SpriteFont: 'Has tag at position' condition, 'TagAtPosition' expression
0 favourites
Text/SpriteFont: expressions to get size and position of tags by index and tag count
0 favourites
Project properties: 'UID numbering' property, allowing a new 'Random' UID numbering mode

Bug Fixes

0 favourites
Properties Bar: did not refresh container properties after deleting object folder
0 favourites
Properties Bar: could incorrectly show properties after closing project
0 favourites
Layout view: possible crash after adding instance to overridden layer
0 favourites
Possible crash closing projects
0 favourites
Eases: deleting a parent folder not properly deleting a custom ease
0 favourites
Timelines: crash duplicating a timeline with nested content
0 favourites
Timeline bar: crash adding property tracks refering to plugin properties (regression r347)
0 favourites
Timeline bar: sometimes clicking on keyframes was not showing corresponding properties in the Properties bar
0 favourites
Timeline bar: crash closing a project while an audio track is still being decoded
0 favourites
Z Order Bar: possible crash moving instances between layers

Performance Improvements

0 favourites
Layout view: improve performance when timeline editing mode is turned on
0 favourites
Text objects: further improve performance when scaled very small

Scripting updates

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)

Share Construct Animate Release r348 Now

  • 0 Comments

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