How can I make item back to white

This is my first time using pulp to make a game, and I am currently facing an issue where, after I pick up an item, it defaults to 'black'. Also, when I try to delete a World Tile, it turns back to 'black' as well. I'm seeking help with this, thank you very much!!!






I ran into this too. In the item's "Behavior" script in lower right, try this code:

on collect do
play "white" // or whatever your white tile is called
end

THANKS!!!!!! :pray: :pray: :pray: :pray: