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

New flowcharts feature!

05 December, 2023 ()

Envoyez-moi un courriel lors de nouvelles parutions

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

Créer un compte

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!

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

12
Exécuter r370

Nouvelles fonctionnalités

3 favoris
Flowcharts editor and new Flowchart Controller object

Nouveaux ajouts

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

Changements

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

Corrections de bug

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

Scripting updates

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

Partager Construct Animate la parution r370 maintenant

  • 1 Comments

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