I’m downloading images and putting them onto a scrollview, but the images flicker when it scrolls (not much but it annoys me), also motion is jerky.
I am downloading the images before they come on screen.
any ideas?
I’m downloading images and putting them onto a scrollview, but the images flicker when it scrolls (not much but it annoys me), also motion is jerky.
I am downloading the images before they come on screen.
any ideas?
i set the config.lua fps to 60. seems a bit better.
I was using the images as a paint, like this;
entry.imageBox.fill = paint
to fill an empty newRect.
Seems better to simply stick the image itself on there, no flicker now.
i set the config.lua fps to 60. seems a bit better.
I was using the images as a paint, like this;
entry.imageBox.fill = paint
to fill an empty newRect.
Seems better to simply stick the image itself on there, no flicker now.