I am trying to make a sprite become visible when the player sprite overlaps another sprite to provide contextual help:
If the player sprite overlaps a door sprite, a sprite which says "press e" should fade in, once the player's sprite stops overlapping the door, the "press e" sprite should fade out.
how do i achieve this?
thanks in advance.