Fantastic version 7.0 !!!
Thank you so much for this 7.0 version and its ability to play with Scenes !
How can I concretely send a value between scenes (for instance a wait time secondes: I want to be able to change the value of the variable times from the first scene, and this value would be the same in the other scenes) ?
You could do something similar to
in one scene, replacing "next" with whatever scene you're sending the value to, "var" with whatever variable you want to set, and "meow" with whatever you want the variable to be updated to. Then place
in the scene you are sending the value to.
Works for me in testing. Is this a solution to your problem?
EDIT: This uses the create variables library/primitive to work. Just so you know.
EDIT 2: See @cymplecy's awesome solution to replace the create-variable library in the post below or in this spoiler thing if they delete their post.