tyFlow Forum
send to events in sequence - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: send to events in sequence (/thread-3843.html)



send to events in sequence - tycera - 09-01-2023

Is there an easy way to pass particles from one event to some other events in sequence or based on probability? 

Simple example .. a particle is blue then it passes to one of three other events that will turn it red, yellow or green.
Can I make it go red->yellow->green->red->yellow->green in order? Or alternatively, can I set a probability for each of the red, yellow green sends?

Apologies if I'm missing something obvious.


RE: send to events in sequence - d4rk3lf - 09-01-2023

(09-01-2023, 05:08 AM)tycera Wrote: Can I make it go red->yellow->green->red->yellow->green in order? Or alternatively, can I set a probability for each of the red, yellow green sends?
--
Maybe several split operators in a row, and each one leading to the separate event with different color... 
Apart from split operator options, you can add additional conditions with filters. 
Also, consider other test operators (time test, property test, surface test... ).


RE: send to events in sequence - tycera - 09-01-2023

Thanks. I'll try all of those.
So there's no such thing as a kind of sequential switch?