Bridge over the River Vanish
Alrighty now, why are my bridges dissapearing? Shows up in Winedit and Dink Edit, play the game, walk on screen the bridge is there, then Poof - gone with the wind.
What did I do wrong now????
What did I do wrong now????
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.