Just for information on anyone that wants to do a similar thing, i created a function in the parent node, that contains all the sprites, that i call in my animation on a key in a method track
since it is only one specific sprite that needs the function only has one parameter with the target sorting order for the sprite.
in the function i simply call: self.move_child(new_order_pos)
maybe that helps someone out there 🙂