Hi,
On doc I find that is faster to use display.remove(object) if we want to verify if the object is not nil but is it faster or the same time if we don’t do the verification.
Does there is another way to remove object?
If we do that:
if object~=nil then object:removeSelf() end
does it replace automaticly when we build by
display.remove(object)
?
Thanks
Rémi