Help with a few key steps
Hello! New to gamesalad and game making in general. I'm about halfway through with my first game but I need a few tips/help programming
1a) When the player taps, I need the oldest spawned version of a specific actor (Actor 1) to delete if it overlaps/collides with another actor (Actor 2). Is that a possibility? Right now i've got it so actor 1 and actor 2 are both spawning, and will both be overlapping only with one another. For instance, the first spawn of actor 1 will only interact with the first spawn of actor 2, and so on endlessly until the game ends.
The main point being that I need the taps to also correspond to the current number of actor 1 and 2 spawns and NOT affect any of the other spawns onscreen.
1b) How do I make it so that if you tap on the screen and actor 1 and actor 2 AREN'T overlapping, the game ends (everything on screen freezes and score comes up)
----OR----
2) If it isn't possible to correspond the number of player taps to the spawn number, how do I increase the tap area of Actor 1 spawns?
Answers to any or all questions would be appreciated
If more clarity is needed plz tell