I’m having an issue which I’m not sure how to fix. I want to create a new image and immediately make it invisible. I use img.isVisible = false right after I create it, but it still flickers on the screen. I don’t want it to flicker, I just want it not show up at all. Any idea how to make it invisible from the start?
Thanks.