We can delay a tween call but there is no event when the delay ends, which makes the method not so useful. Usually when you want to delay a tween, it's to do something before starting. Since there is no event for delay, I still need to use setTimeout...
We can delay a tween call but there is no event when the delay ends, which makes the method not so useful. Usually when you want to delay a tween, it's to do something before starting. Since there is no event for delay, I still need to use setTimeout...