I am experiencing an issue when I change scenes where I get a quick flash of a strip (full length of screen and about 65 pixels wide on iPhone 4) of the background of the new scene appearing at the same time as the background for the old scene. It looks like the imagery from this strip is coming from the LHS of the background image of the new scene.
See http://www.mediakitchen.co.uk/grab3.png
This issue only seems to have started since I amended my image display code to cater for iPad screen sizes
e.g
local background = display.newImageRect("images/splashBg.jpg", 384,512)
background.x = 160
background.y = 240
localGroup:insert(background)
Note the example grab link above shows a strip of the splashBg.jpg image
Thinking about it, I wonder if the issue is related to the fact I have changed this image to jpg to try and reduce file size.
Anyway any advice much appreciated.
Thanks
Paul [import]uid: 7863 topic_id: 7084 reply_id: 307084[/import]