You need to move all "Add child" actions from event 8 into event 7.
So first you create a parent object, and then immediately add children, in the same event. Note, that if children objects don't exist, you need to create them too, before adding to the parent.
Alternatively, you can create hierarchy connections in the layout editor, and then then spawn the parent object with "create hierarchy=yes" setting.