I'm going to answer myself. After testing a SDL2 alpha blending example on the net (which worked) I managed finding the thing that didn't work . Basically you NEED to ClearScreen , draw backgroundTexture, then on top modulate the alpha for the new texture. what i did, was fade in texture 1 fade in t...