The Dink Network

Bridge over the River Vanish

July 16th 2004, 04:28 PM
duckdie.gif
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????

July 16th 2004, 04:37 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
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.
July 16th 2004, 08:02 PM
duckdie.gif
Well that did it, thanks.