Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct Animate r370

New flowcharts feature!

05 December, 2023 ()

Email Me New Releases

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

Create an Account

Notes

We're excited to launch the first iteration of a major new feature in this release which we're calling Flowcharts!

Have you ever wished there was a visual way to arrange information like conversation trees and questionnaires? This feature is designed for precisely that. With the new Flowchart view you can create a series of nodes to represent things like stages in a conversation, with connections describing the possible flows through the nodes. Then you can use the new Flowchart controller object to manage the state of the flowchart, such as which the current node is. It's analogous to how you can create timelines in the editor then use Timeline Controller to manage timelines at runtime.

One important thing to note is that flowcharts are a data structure. In some other tools a similar approach is sometimes used for implementing logic. However Construct's existing event sheets feature already covers logic, and we feel that is more appropriate for that than the flowchart approach. So instead Construct's flowcharts are essentially a better data representation for information like conversation trees, which can be awkward to fit in to event sheets or other data files like JSON. We think flowcharts will prove a valuable addition to Construct for that role, and you can still dynamically control them from event sheets using the Flowchart Controller object.

This is the first release of a major new feature and we know there's still work to be done on usability, bug fixes, and improvements. However we're releasing it early to start getting your feedback sooner rather than later. We're interested to hear what you think of it and what changes you'd like to see!

There's lots more in this release, including some other new additions, and a range of changes and bug fixes, which you can find in the changelog below. Happy testing!

Like this Release?

Let us know with a thumbs up!

12
Launch r370

New Features

3 favourites
Flowcharts editor and new Flowchart Controller object

New Additions

2 favourites
Add 'Living card' example
2 favourites
Physics: 'Teleport' action
1 favourites
Video Recorder: 'System audio' option for 'Start screen recording' action

Changes

2 favourites
Object picker dialog: use same search ordering as condition/action dialog
2 favourites
Windows WebView2: block Ctrl+F/G/P/R/U keyboard shortcuts
2 favourites
Windows WebView2: update WebView2 SDK to v1.0.2151.40

Bug Fixes

1 favourites
Export to video: preview positioned incorrectly (regression r369)
1 favourites
Physics: reported incorrect center of mass position (regression r318)
1 favourites
Editor dialogs could turn invisible in some scenarios
1 favourites
Properties bar: object property buttons not styled correctly in dark/light themes
1 favourites
A failed load image from URL would not reattempt the request if loaded again
1 favourites
F3/F5/F7 shortcuts incorrectly blocked on non-WebView2 platforms (regression r369)
1 favourites
WebView2: pressing Alt and then another key could play system sound
1 favourites
Fix typos in 'Layer name exists' condition and Array JoinString expression
1 favourites
Audio: did not correctly handle muting and re-playing sounds
1 favourites
Timelines: crash dropping some types of instances in timelines
1 favourites
Timelines: instance properties could end up in an inconsistent state after deleting property track

Scripting updates

2 favourites
Add ICollisionEngine interface at runtime.collisions with new methods including getCollisionCandidates()
1 favourites
Fix possible error destroying instance in "destroy" event
1 favourites
Fix ILayer.isHTMLElementsLayer setter not working
1 favourites
Add IPhysicsBehaviorInstance.teleport()

Share Construct Animate Release r370 Now

  • 1 Comments

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