Les versions Beta ne sont pas autant testées que les versions Stables

Les versions Beta ne sont pas autant testées que les versions Stables

HTML layers; RTL text; Safari worker mode & lots more

28 November, 2023 ()

Envoyez-moi un courriel lors de nouvelles parutions

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

Notes

It's a new release cycle and we've got a big beta release for you this week! First up we have overhauled the way HTML elements work in Construct. The biggest update is that there is now the ability to set layers to be HTML layers. That means HTML elements can appear on that layer, and have other content on layers above it appear on top. This solves a limitation of using HTML content previously, where HTML content always appeared on top and things like Sprite objects could not appear on top of HTML. However now you can use HTML layers to interleave HTML content and other Construct objects! We have other updates for HTML elements, including properly preserving element sizes as they go offscreen, ensuring the Layout View reflects the Z order of HTML element objects that will appear at runtime, and even supporting dynamic HTML layers. This is all towards helping make sure HTML can be deeply integrated in Construct projects.

We've also implemented a range of smaller additions based on user suggestions and feedback. These include support for right-to-left (RTL) text in the Text object, persistent storage, a variety of new conditions/actions/expressions, and more.

Other improvements include that worker mode, which runs the entire Construct engine off the main thread in a Web Worker, is now supported in Safari 17+. It's also now supported in Firefox 120+, which means worker mode is now supported in all three major browser engines! This should help guarantee silky-smooth animations on the web no matter the browser.

With great changes come risk of accidental breakage, so if any unexpected issues come up, please be patient and we'll be getting fixes in beta releases over the next few weeks. Happy testing!

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

UpvoteUpvote 9 DownvoteDownvote
Exécuter r369

Changelog iconNouvelles fonctionnalités

Not favoritedFavorited Favorited 0 favoris
HTML layers: allows placing Construct objects on top of HTML elements

Changelog iconNouveaux ajouts

Not favoritedFavorited Favorited 0 favoris
New example 'Skyrra squadron title'
Not favoritedFavorited Favorited 0 favoris
Text: add support for right-to-left (RTL) text
Not favoritedFavorited Favorited 0 favoris
Add Z elevation for Drawing Canvas, QR Code and Video objects
Not favoritedFavorited Favorited 0 favoris
Browser: actions to set window size/position
Not favoritedFavorited Favorited 0 favoris
Local storage: 'Is persistent' condition; 'Request persistent' action
Not favoritedFavorited Favorited 0 favoris
Project Properties: option to disable spritesheets
Not favoritedFavorited Favorited 0 favoris
System action 'Set collision cell size'
Not favoritedFavorited Favorited 0 favoris
System condition 'Layer name exists'
Not favoritedFavorited Favorited 0 favoris
HTML elements: now have Z order actions, allowing changing Z order at runtime
Not favoritedFavorited Favorited 0 favoris
Drawing Canvas: 'Convex' option for 'Fill poly' action

Changelog iconChangements

Not favoritedFavorited Favorited 0 favoris
HTML elements now keep their true size when partially offscreen
Not favoritedFavorited Favorited 0 favoris
Layout view: HTML objects are now layered corresponding to where they appear at runtime
Not favoritedFavorited Favorited 0 favoris
Enable runtime worker mode in Safari
Not favoritedFavorited Favorited 0 favoris
Enable editor UI animations in Safari
Not favoritedFavorited Favorited 0 favoris
Windows WebView2: block F3/F5/F7 browser shortcuts

Changelog iconCorrections de bug

Not favoritedFavorited Favorited 0 favoris
Hierarchy connections could be shown incorrectly on global layers
Not favoritedFavorited Favorited 0 favoris
Layers bar: changing layer global setting did not always update global icon
Not favoritedFavorited Favorited 0 favoris
Debugger: some triggers did not work when in CPU profiler mode
Not favoritedFavorited Favorited 0 favoris
Properties Bar: fix indeterminate state checkboxes not displaying correctly in dark/light themes

Changelog iconScripting updates

Not favoritedFavorited Favorited 0 favoris
Add IRuntime.setCollisionCellSize()
Not favoritedFavorited Favorited 0 favoris
Add ILayer.isHTMLElementsLayer
Not favoritedFavorited Favorited 0 favoris
Add 'isConvex' parameter to IDrawingCanvasInstance.fillPoly()

Partager Construct Animate la parution r369 maintenant

  • 4 Comments

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

    I mean I don't really use construct animate but its cool to see :]

  • Funnily enough I explored the html object features just last Friday with my students and had to talk about this forced "on top" drawing as a major limitation. I guess I need to take that back now! :)

  • This is great! đź‘Ť

    About the RTL support in text objects, when the RTL text has BBCodes, the typewriting action doesn’t work as expected …. It doesn’t maintain the right-to-left typing direction. Any workarounds for this?

  • Html layers makes a blank render with video export, but I think you probably already expected that.