Release: version beta 1.29.5.1

Posts: 217
New features:
  • Storyboard Actions now include two different ways to start a storyboard:
    • "Start new instance": this starts a new instance of a storyboard independent of any already running instances of the same storyboard. Running this action multiple times will start multiple instances of the storyboard which run simultaneously.
    • "Restart": this stops any already running instances, and starts a single instance of the storyboard. Using this action ensures you cannot accidentally start multiple copies of the storyboard.
  • The "Restart" action should be the normal way to start a storyboard, to ensure you don't accidentally click the button twice and start it multiple times.
  • The "Start new instance" action should be used if you want to start a storyboard from within itself (meaning: your storyboard contains an item with an action that starts the same storyboard). This results in a storyboard of infinite duration (as it will keep calling itself).
  • Please note that a storyboard calling itself will report an incorrect duration; this has no effect on the functionality.
  • The "Stop" action will stop all running instances of a storyboard.