Hi Gabriel,
I think I get what you are trying to achieve, but as far as I know, it's not possible natively in XPression the way you would like to use it :-)
Allow me to clarify.
If I understood you correctly, you have one Take Item in the sequencer with the content ROSS / REAL-TIME MOTION GRAPHICS on air and you have a second one that says XPRESSION / REAL-TIME MOTION GRAPHICS. When you put the second one on air, I assume you would like the ROSS to fade out while the white strap grows until it can fit XPRESSION in it which then fades in or something. Am I correct?
The issue that we have here is that the second take item does not know what's on the first take item. So it can't adjust to the size of a text that it doesn't know about.
For the same reason it doesn't make a lot of sense to put ROSS and REAL-TIME MOTION GRAPHICS in two different scenes on two different layers. The correct thing to do here would be to put it in the same scene and use Visual Logic to adjust the position of REAL-TIME MOTION GRAPHICS according to the size of ROSS.
Now, if you really want this to work from within the sequencer, you can make it work but then you have to add the information twice and you would need to use an old content textobject and a new content textobject in the same scene and make an animation using visual logic where you adjust from the size of the old content to the size of the new content.
This means that you would have to enter that content twice. So just to make it really clear:
TakeItem #1
Title_OLD:
Sub_OLD:
Title_NEW: ROSS
Sub_New: REAL-TIME MOTION GRAPHICS
TakeItem #2
Title_OLD: ROSS
Sub_OLD: REAL-TIME MOTION GRAPHICS
Title_NEW: XPRESSION
Sub_New: REAL-TIME MOTION GRAPHICS
TakeItem #3
Title_OLD: XPRESSION
Sub_OLD: REAL-TIME MOTION GRAPHICS
Title_NEW: XPRESSION
Sub_New: MOTION GRAPHICS
So you would have to put everything twice in order for the scene to know what content is being shown and to where it should animate.
MAYBE, and I stress it again, MAYBE, it would be possible to use a script in the "OnBeforeOnline" that would get the existing values on air and puts them into the OLD-textobjects, but I would have to test that. I'm not sure that would work.
Another option, that definitely works, it to use the API. Because then it is possible to generate an animation controller dynamically based on the content in the scene, but I don't know if that would be an option for you?
So, theoretically it's possible but it's not easy :-)
Best regards,
Kenneth
#XPression