I get it now,
event of (any) rocket outside of layout, - destroy rocket. (that is outside the layout)
- destroy particles (no specified particles, just destroy (all))
so what I was trying to do
event of (any) rocket outside of layout, - destroy rocket. (that is outside the layout)
event of (any) particle outside of layout, - destroy particles (that is outside the layout)
better option
event of rocket container outside of layout, - destroy rocket container (that is outside the layout)
Cool, Thanks!