View Single Post
Old 2011-08-27, 21:49   Link #884
ThaEagle
Something else
*Fansubber
 
 
Join Date: Oct 2006
Quote:
Originally Posted by sze_nian View Post
I mean example i want to add the trapcodes effect or any other such as a circle turning around at the words been sung.
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.
ThaEagle is offline   Reply With Quote