have object return to moving start position? last hurdle

Hi,

I have a block of objects that move left to right along  a fixed y position.

Now every so often the different objects detach from the block and transition toward the bottom of the screen.

What I need to happen is if the object hasnt been removed.i.e. shot, then they will return to their starting  position in the MOVING grid.

I can return them no issues into a fixed grid, but how to keep track of their start position and return them to a MOVING grid.

Any suggestions please?

thank you

thought I would answer my own question,

So I ended up just making a fake x,y variable which I kept track of , I then have the position at hand simple.

thought I would answer my own question,

So I ended up just making a fake x,y variable which I kept track of , I then have the position at hand simple.