View Single Post
Old 2006-10-04, 00:42   Link #262
chaos4ever
Retired
*Fansubber
 
Join Date: Aug 2004
You can use the \clip override to define what part of your text shows (or doesn't show).

Then use \t(\clip()) to move the \clip for the wipe effect.

Example: {\clip(0,0,100,100)}{\t(\clip(100,0,100,100))} will wipe the text off the screen from left to right

or {\clip(0,0,0,100)}{\t(\clip(0,0,100,100))}text to wipe text onto the screen from left to right

(I think I have the parentheses all matched up )


edit: snippet from MorphineX's guide:
Spoiler:

Last edited by chaos4ever; 2006-10-04 at 00:55.
chaos4ever is offline   Reply With Quote