text.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;
wait(1);
}
}
See also:
text, layer,
pos_x, pos_y, size_y,
strings, font,
char_x, char_y, string,
alpha, flags