Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: jedione on October 17, 2018, 07:39:02 PM

Title: overview Q:
Post by: jedione on October 17, 2018, 07:39:02 PM
anyone know how to make overview  not center...

and be from top left. to word wrap down.

it seems to always center.

thanks.

Code: [Select]
info.word_wrap = true;
info.align = Align.Left;
info.set_rgb (156,161,168);
info.font="blogger";
info.charsize = 28;
info.alpha = 255;

always centers from top to bottom?
Title: Re: overview Q:
Post by: jedione on October 17, 2018, 07:43:05 PM
ie: just want it to wright likke an image  , 50 ,50 ,0, 0;   or X & y
Title: Re: overview Q:
Post by: progets on October 17, 2018, 07:49:16 PM
try

Code: [Select]
info.align = Align.TopLeft;
Title: Re: overview Q:
Post by: jedione on October 18, 2018, 09:25:42 PM
that would make to much sense !

will try it in the morning....  and see thanks a bunch
Title: Re: overview Q:
Post by: jedione on October 20, 2018, 07:22:03 AM
yep,, works    cool beans..