Forum Discussion
Storyline Project Issues
I think your approach needs to be re-architected. Your ToggleYield variable is being toggled whenever quite a number of variables change, and when ToggleYield changes, it goes through a long list of computation triggers which in turn are changing the many variables that are toggling ToggleYield.
Storyline is able to eventually go back and forth and work through the long list of computation triggers but the effort is one of "do this, now do that, oops...go back and do this again..." and so on; thus, it appears Storyline has froze up but in fact it's just having to do all this redundant work so it's taking a very, very long time.
It might be better to put your ToggleYield computation set on a layer and change the setting of that layer to pause the base layer while all that works through, and then hide the ToggleYield layer to return to the base layer.