If I understood you correctly you have a reverse sequence that you want to start somewhere in the middle. not at the beginning.
Since the sequence will always start at the first child animation, you could let all children before the wanted start have a 0 durationn.
Alternatively you could create your own sequence handling, i.e. not use a SequentialAnimation.
Cheers,
_
Bookmarks