+1
Є відповідь
Scale from center
When using the Scale action to grow an image from a size of zero to its original size, it appears the image grows from the top left corner. Is it possible to grow the image from the center?
Служба підтримки клієнтів працює на UserEcho
<scale target="SOMEOBJECT" width="100%" height="100%" align="center" valign="center" time="2"/>
the align and valign values are the key.
You can also use xpos and ypos to control the offset that the image will be at AFTER the scale completes.