How to use tween for multiple actions

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Elis

Hi,

Let’s say I have ten sprites. I want to make these sprites appear on after another, but I want this sequence of appearance to follow a EaseIn function (exponential). So for example, the second fade-in begins one second after the beginning of the first fade-in, but the last two fade-in start almost at the same time.
I know how to control the speed at which these sprites appear using tweens, but I don’t know how to control the time at which these tween will start interpolating ie I don’t know how to sequenciate them in order to have the animations start quicker and quicker.

If I’m not clear, please tell me, and I will try to reformulate.
Thanks!