I found out that using a global layer with its own eventsheet works great for having the same info showing up in different layouts.
Search for global layers learn how they work and how you can have the same layer in all layouts.
Then animate stuff with lerp and "set X position every 0.1 seconds" to the objects.
I'm using this method to make message boxes, UI menus, etc.