When you destroy an object, save its properties (position, size, frame data, ect) via array or a helper object. Then when you create it again set all the properties to when it was destroyed.
Alternatively, instead of destroying the object in the first place, just make it invisible.