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 Clipboard plugin; custom actions improvements; scripting updates & more

18 April, 2023 ()

Envoyez-moi un courriel lors de nouvelles parutions

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

Notes

This week we are introducing a new Clipboard plugin for Construct! This allows access the system clipboard, i.e. copying and pasting data. It supports both text and binary data such as images via the Binary Data object. This is useful for things like copying links, join codes for multiplayer games, and even screenshots.

There are also some improvements for custom actions. There's a new Copy all picked setting which works similarly to Copy picked for functions, but if unchecked it will still copy the picked instances for just the object the custom action belongs to. Previously custom actions worked as if this was always checked, but now you can opt-out, which is also the new default for newly created custom actions. There's also a couple of new examples demonstrating how custom actions work, and a couple of bug fixes for custom actions.

This release also includes a significant bug fix for the Platform behavior. It was discovered that the jump height and distance had an accidental framerate dependence. This has been fixed, but it means the jump height and distance now goes a little further than it used to at typical framerates like 60 FPS, which has backwards-compatibility implications. We'll post more information and advice about this change to the forum soon to explain more about what changed, why we changed it, and what you can do if it affects your project.

Other than that there's some more updates for JavaScript coding, and as ever a batch of bug fixes. Happy testing!

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

UpvoteUpvote 39 DownvoteDownvote
Exécuter r338

Changelog iconNouvelles fonctionnalités

Not favoritedFavorited Favorited 27 favoris
Clipboard plugin - allows copy/paste operations

Changelog iconNouveaux ajouts

Not favoritedFavorited Favorited 23 favoris
Custom actions: add 'Copy all picked' setting
Not favoritedFavorited Favorited 12 favoris
New examples 'Custom actions', 'Custom action overrides'

Changelog iconCorrections de bug

Not favoritedFavorited Favorited 23 favoris
Platform behavior: fix framerate dependence issue affecting jump height and distance
Not favoritedFavorited Favorited 17 favoris
Platform behavior: did not always land correctly on fast vertically moving platforms
Not favoritedFavorited Favorited 7 favoris
Custom actions: disabled overrides were still used
Not favoritedFavorited Favorited 6 favoris
Family custom actions could sometimes run with wrong instances picked
Not favoritedFavorited Favorited 6 favoris
Event sheet view: skip validation errors for disabled events
Not favoritedFavorited Favorited 9 favoris
Event sheet view: possible duplicate variable names when pasting functions
Not favoritedFavorited Favorited 14 favoris
'Pick parent' did not work in an 'On created' trigger
Not favoritedFavorited Favorited 5 favoris
Possible crash holding F2 while renaming some items
Not favoritedFavorited Favorited 7 favoris
WebGPU renderer not working with 3D projects
Not favoritedFavorited Favorited 5 favoris
Project Bar: could get stuck deleting item while dragging it
Not favoritedFavorited Favorited 7 favoris
Black & white effects did not handle alpha correctly
Not favoritedFavorited Favorited 6 favoris
Animations editor: possible crash importing multiple files with some invalid files
Not favoritedFavorited Favorited 6 favoris
Global layer state changing when undoing changes to other properties of the same layer
Not favoritedFavorited Favorited 5 favoris
Timelines: audio track 'tag' property not restored when loading a project

Changelog iconScripting updates

Not favoritedFavorited Favorited 6 favoris
Add ILOSBehaviorInstance methods addObstacle(), clearObstacles()
Not favoritedFavorited Favorited 5 favoris
Script actions in deleted event blocks could still cause validation errors
Not favoritedFavorited Favorited 7 favoris
Add IWorldInstance property isCollisionEnabled
Not favoritedFavorited Favorited 8 favoris
Add IRuntime property timeScale
Not favoritedFavorited Favorited 8 favoris
Add IInstance property timeScale, method restoreTimeScale()

Partager Construct 3 la parution r338 maintenant

  • 5 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Thank you for listening to the feedback on custom actions and implementing a change to how the picking is done!

    Also great to see some long standing issue with the platform behavior adressed!

  • The new clipboard plugin will allow use to make website with Construct 3 ? :O

    Custom actions are great, I'm using them for my game, but still, I don't really know the difference with functions... they do the same for me, I just prefer use them sometimes to make my code easier to read.

  • Great to see the Custom Action feedback incorporated. Thank you!

  • Clipboard is yuge. Thanks

  • Great update and thanks for the updates and quick fixes to the custom actions.