Reply to Re: Bridge over the River Vanish
If you don't have an account, just leave the password field blank.
You've set the bridges as background sprites, which are drawn immediately after tiles and then 'forgotten about'. When the tiles animate, it over-writes that area of the screen, and because it 'forgot about' the background sprite, it isn't drawn.
To fix it, simply set it to a normal sprite and give it a depth que of something like -100.
To fix it, simply set it to a normal sprite and give it a depth que of something like -100.