View Single Post
Old 2011-08-27, 23:03   Link #887
sze_nian
Junior Member
 
Join Date: Aug 2011
Quote:
Originally Posted by ThaEagle View Post
To get the position of the syllables you need to use:
Code:
<property name="property.name" syl="1" pos="1" />
where "property.name" should preferably be a point control effect.
Example:
Code:
<property name='effect("Point Control")(1)' syl="1" pos="1" />
If you want to learn more about position generation i suggest you watch crash tutorial number two, only, don't pay attention to the scripting since that part is outdated.
Instead use what I showed above.
Quote:
Originally Posted by ThaEagle View Post
Not really,
what you want to do is to Alt+Click the stopwatch of the position property and copy the resulting code.

As an example, if you would want to link it to the position of your trapcode particular effect, you would get the following result:
Code:
effect("Particular")(5)
Its also important to have the ' on both sides for the xml script to read it correctly since you cant have double quotation marks, like this:
Code:
property name='effect("Particular")(5)'

OK, i will give it a try first. Thanks man.
sze_nian is offline   Reply With Quote