offset_y
Number of the first pixel line of the text, for bitmap fonts. This parameter
allows you to scroll the text vertically pixel by pixel.
Range:
unlimited (default: 0)Type:
var
Example:
function scroll()
{
while(my_text.offset_y < 100) {
my_text.offset_y += time_step;
wait(1);
}
}
See also:
TEXT, layer,
pos_x, pos_y, size_y,
strings, font,
string,
alpha, flags
► latest
version online