So, forgive me for asking but I could not quite find the right answer after searching the forums and the manual.
So, this is what I'm trying to do.
I'm spawning a bunch of squares that move upwards. When they collide, they are destroyed and do a set of things.
- Award Points
- Spawn another Sprite
- Trigger the "Flash" for said sprite
- Increase Combo Meter
My problem lies first with the fact that the sprite flash and destruction for the new sprite affect all incoming instances.
Secondly, I've pinned another sprite to this square. Every time a square is spawned, the second sprite or "Skin" is spawned accordingly. What I aiming to do, like the situation with the flash is when a specific block is destroyed, the "skin" that is pinned to it, is also destroyed.
Instead,however, when one block is destroyed, all of the instances of the skin are destroyed. This is not true of the initial block that collided.
I hope i was able to explain myself alright. Thank you for taking the time to look and as well for any reply.