so y'know how translucent obj darken when overlapped darken i want to stop that from happening .is it possible?
Bump
The nature of transparency is that it let colors from below blend through.
So I guess, no.
so then how do i create a translucent trail
Develop games in your browser. Powerful, performant & highly capable.
One suggestion could be: when you make a trail image sprite, going to be transparent, make it extra bright
The easiest way is to have a dedicated layer in your game for this effect. I do it for shadows in my game. Your assets need to be in at 100% opacity (it can't be see-through at all) and then lower the opacity of the layer as a whole.