Hi, I'm pretty new to Construct and Construct 2, but I've used MMF and the likes heavily in the past years. Construct 2 got me interested with its HTML 5 exporter, it's simply amazing !
Now, I don't know if this existed in Construct or even if it exists now in Construct 2, but it sure did in MMF / TGF. Object grouping (Or Sprite grouping) would be a godsend for the little project I'm on right now. I have a lot of different sprites that I want to share the same set of events.
I could create a pseudo-grouping by joining an invisible sprite under each of my other ones and have the events only affect those invisible. It adds a bit of overhead in coding, but it's still much less than replicating events 10+ times.