Use an instance variable - once the sprite is spawned, set a value in the variable. Check that this value is not set before spawning.
Another option is to add the child sprite to a hierarchy. Check that the parent sprite has no children before spawning.