hi,
I am new to construct2 ...
I had import one sprite with the behavior of bullet and then made several duplicate sprite from the same sprite. On the layout startup i am moving those sprites from left to right and when any one of them come in the middle of the screen then i stop the movement by making the speed as 0.
Problem is i want to stop these all duplicate instances on their same Axis if any one of them reach in the middle of screen but it is not working it overlap each other till they don't reach in the middle of screen. How can i control all duplicate instances using one of their instance action?
regards