use a time line (a number of steps) and reference the actions
animatecustom will give more control
animatecustom(“step”,3,0,0,0,100)
if(step<25, do_this, do_that)
if(and(step>25, step<75), do_this, do_that)
if(step>75, do_this, do_that)
Consider nesting, so parent moves whilst child spins