Hi,
I would like to know if there is a performance difference between using (create/destroy) and (set visible/set invisible)? Or doesn't matter wich method i choose to show/hide objects inside a layout?
Sometimes set invisible is not adequate because even if the object is invisible it still interact with others objects, like collision and buttons sprites, which still clickable. In this case destroy appears to be more usefull.
In some other cases destroy is not adequate and set invisible is the better option.
So, i think it depends on the use you gonna give to objects, isn't it? But in relation to performance, how it works?