So I'm working on a project, it's going to be a mesh of different things for the purpose to teach how to make some Event Systems. But as I come to an end to this work and ready the project for release, I've come across something I've never really thought about.
So here's the set up. I have three Common Events that all have bits of code. These Common Events are all triggered by the same switch and are set to Parallel Process. The switch is turned on in the begining of the project and stays on the whole time. I've done some tests and tried to see the differance. If I combine the three into one Common Event, it would appear that the same effects happen if I kept the set up the same. But for the sake of not wanting to mislead someone, which would be better?
I mean I could work some thigns out for myself, but I want to know what others think. I've always had bits of code in different Common Events as to make sure things respond normal and to keep things neat and clean. But eh, again I haven't thought about it too much until now.
So, which is better? Many Common Events parallel at once, or all in one Common Event?
Yes I've searched and it seems that not to many have really talked about it. Or at least not as far as I've dug into this fourm and Google. Thanks for your time and for any help you may offer!