just a last question is it better in a game to :
remove a item ?
or simply adjust the alpha channel or put isVisible to false and then reuse this item when needed ?
just a last question is it better in a game to :
remove a item ?
or simply adjust the alpha channel or put isVisible to false and then reuse this item when needed ?
Probably it’s better to hide the item instead of removing and recreating it each time but require more code to make it work well.
Best regards,
Tomas
hi Tomas,
I wanted to thank you for everything you taught me.
It’s now really easy to split my code …
Have a nice day ;