Hi, (I'm new to Construct3)
I'm trying to build a simple game in which I have an object in the middle of the screen and "enemies" are randomly generated and aimed at the object. Upon colliding with the object, the "enemies" are destroyed. I want to set up a way to have the object shrink in size every time an "enemy" collides with it. If the "enemies" are clicked on, then they are destroyed and the object remains intact. Any guidance would be appreciated. Thanks!