Skip to content
Adriano edited this page Dec 22, 2015 · 3 revisions

If you want set a position of the image, you can insert a number but you can also insert a calculation.

It is impossible to set an absolute value if every user has a different screen and every animation has a different size.

If you want, instead of a value for the x position, you can insert something like that:

screenW-50*random-imageW

Defined strings will be replaced with a number.

Here a list of possible strings, you can use:

string dimension description
screenW screen width width of the current user screen
screenH screen height height of the current user screen
areaW area width width of the current desktop. Normally this value is equal to screenW.
areaH area height height of the current desktop. ==> screen height - taskbar height = working area
imageW image width width of the animation
imageH image height height of the animation
random 0 to 99 an integer, random value, from 0 (inclusive) to 100 (exclusive).
Clone this wiki locally