send to events in sequence
#1
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.
  Reply
#2
(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... ).
  Reply
#3
Thanks. I'll try all of those.
So there's no such thing as a kind of sequential switch?
  Reply


Forum Jump: