I have written several methods does separate animations in my scene. However, I want to have each animation play after the previous one is finished.
Like if I have 2 different animation methods like moveObject1(x)
and moveObject2(x)
where x is the amount the object will move, how could I tell if moveObject1 is done moving x amount to run moveObject2?