Hi,
I have the following script to fill an hemicycle with 7 colors ( Cylinder1 to Cylinder7 using the following values TextEndAngle1 to TextEndAngle7 )
Dim MyText as xpTextObject
Dim MyCylinder as xpCylinderObject
Dim MyAnimcontroler as xpAnimController
For i as Integer = 1 To 7
self.GetObjectByName("TextEndAngle" & i, MyText)
Self.GetObjectByName("Cylinder" & i, MyCylinder)
self.GetAnimControllerByName("AnimCylinder", MyAnimcontroler)
MyAnimControler.SetKeyFrameValueTCB(MyCylinder,25,"EndAngle", MyText.Text,1,0,0)
Next
I'm looking for a script to automaticly position the 7 quads as positionned on the picture.
Regards
------------------------------
Karim Lakehal
VIDELIO - AMP VISUALTV
Paris France
------------------------------