Hello,
I have a layout with 10 sprite instances, each non-visible by default.
I'd like to make each instance fade in seperately and become visible, but one by one instead of all at the same time.
How should I do that?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
I'd use pick nth instance with some variable to fade one and then add 1 to that variable and once fade in is done and you want another to do it call it again somehow.
That is assuming that appearing roughly in the order created is fine.