Hi all, I'm a beginner in construct 2 (and sorry for my English... it's my second language).
I'm making a vertical scroller game.
My problem is that I've created spawning platforms that spawns outside the layer (from below) and then they would exit from the top. I can't do the "destroy outside layout" behavior otherwise they would destroy before coming in the layout. So I though to do an invisible object at the top of the layout, that when it collides with the platforms, it would destroy them individually, but it destroys all of them. Any ideas of what I can do?