To Zombie;
It also works with JPG files,and bcos PAA is about 6 times bigger then JPG...
(also reso of powers of 2; 512 x 512 or 1024 x 1024)
Final Solution:
in Description .ext:
class starttextx
{
idd=-1;
movingEnable=0;
duration=6;
fadein=2;
fadeout=2;
name="starttext_x";
controls[]={"Picture_blabla",};
class Uniforms : RscStdText
{
style=48;
text="Picture_blabla.jpg";
colorBackground[]={0,0,0,1};
size=0.75;
x=0;
y=0;
w=1;
h=1;
};
};
activate in intro.sqs:
TitleRsc ["starttext_x","plain",8]
Thx to Zombie and rOk for the help.
Topic solved