How do you change the animation start of an Impress object in a macro?

Hi. I’m trying to program a macro that would add animations to every object in a slide, with every object being delayed from each other.
The problem is: I don’t know how to add the delay and the Animation Start type.

How do you change that in a macro? I browsed the documentation and found the constants group EffectNodeType that seemed to contain the values representing the Start types.

In my experience programming macros in impress, you meet all sorts of not very obvious parameters. My only way through has been trial and error. It looks as though you are on the right track. I presume you are using MRI or something equivalent.

Yeah. I’m really having a hard time, although I’m getting close.