Deleting specific objects in an array
in
Programming Questions
•
2 years ago
Trying to make a game where when you click on an object it disappears off screen.
The objects are in an array, my problem is when you click the mouse on the object it removes the entire array. Im wondering how to have the game recognise which object in the array has been pressed and then remove just that one?
Thanks
1