Hello,
I would like some help on the script below.
Dim textparent As xpTextObject
Dim textchild As xpTextObject
Dim parent as xpScene
Dim obj As xpBaseObject
Engine.Sequencer.GetSceneByID(20, parent)
parent.GetObjectByName("GroupName", textparent)
self.GetObjectByName("GroupName", textchild)
textchild.text = textparent.text
Can you tell me why it does'nt work ? I have no error but nothing happen
Thanks for your help.
------------------------------
Patrick
------------------------------