View Full Version : SSA - \move (help please)


kimi_mo
20th November 2004, 14:44
hi, i am wanting to use \move at the end of my title to make it slide away from the screen while fading away. i never really used \move before because i only did plain titles. anyway, i am able to use \move
but i wanted to use \t(1500,2500,\move,,,,,,) so it starts to move about 1/2 way through (the same time it starts to fade away) but it always moves straight away from the start of the title.
so could you please show me how i can make it move at the end?

and also if you could explain it clearly to me
because i dont understand it all
\move(x1,y1,x2,y2,?,?)
what are the last 2 for
?

thanks alot in advance
:)

Yuuhi
20th November 2004, 15:17
Originally posted by kimi_mo

\move(x1,y1,x2,y2,?,?)
what are the last 2 for


Form the ASS Script Library:


\move(<x1>, <y1>, <x2>, <y2>[, <t1>, <t2>])

<x1>, <y1> The coordinate to start at.
<x2>, <y2> The coordinate to end at.
<t1>, <t2> Animation beginning, ending time offset [ms] (optional)


The last 2 parameters are the time the animation has to start/end. If no value is entered the move lasts the leght of the ASS line.

If the line lasts 2 seconds and you want it to start at the middle you have to use something like this:

{\move(x1,y1,x2,y2, 1000,2000)}
#ends at the end the line

or

{\move(x1,y1,x2,y2, 1000,1500)}
#ends before the end the line


Don't put a \move parameter into a \t. It's useless and I think is not working :) Usse only \move(valid_arguments) without \t and live happy!

kimi_mo
20th November 2004, 15:22
awesome
thanks alot for the great help

and
where can i get this
ASS Script Library

sounds like a great help

thanks again
:)

Yuuhi
20th November 2004, 16:56
Download this (http://digilander.libero.it/Yusakusan/ass-specs.rtf). It's the ASS Reference Library that comes bundle with the (old) VobSub Package.

kimi_mo
20th November 2004, 18:35
ah nice
thank you very much
:)