flat sequences are usually bad, stacked sequences are always bad.
what you can do is wire your occurrence into one fram of a flat sequence, and in the same frame, place a control or constant for everything that needs to be delayed. the outputs will not occur until all the code has executed (namely your occurrence) so it will delay the rest of your code without putting it all in a sequence frame.
The value of the control will not register as a frame output until all the code has executed, leading to the functionality you want.
Message Edited by JeffOverton on
06-13-2008 04:29 PM