In the event that destroys the platform, spawn a new one at it's original location.
You can keep track of it's original position with a pair of instance variables or an invisible helper sprite.
An alternative would be to not have the original platform fall at all, just make it invisible, turn off solid, and spawn a dummy sprite to fall instead. Then make it visible and solid again later.