Spawn random Actors, make each Actor independent
I am unable to find a way to make each actor that is generated independent. I only have two actors one green one red falling from top too bottom, but more than one being generated at the same time. I want to make it so when i click the green or red actor only one of say red disappears instead of all the red actors being destroyed at the same time... Is this possible? Cheers
Comments
When generated all the actors are independent of each other already, ie: you on't have to set anything special up. In fact it's more trouble to set up the rule that when you touch one red actor all the red actors die at the same time . . . Is this what you have at the moment, and if so how are you achieving that ?