another example from an old mission I've made last year :
class RscStdText
{Type=0;
Idc=-1;
Style=48;
ColorBackground[]={1,1,1,0};
ColorText[]={1,1,1,1};
Font="TahomaB36";
Size=1;};
class RscTitles{Titles[]={"titel1","titel2","titel3","titel4"};
  Â
class titel1
{
Idd=-1;
MovingEnable=0;
Duration=30;
Fadein=0.6;
Name="titel1";
Controls[]={"titel1"};
class titel: RscStdText
{
Style=48;
ColorBackground[]={0,0,0,0};
Text="titel1.paa";
X=0.25;
Y=0.10;
W=0.55;
H=0.45;
};
};
  Â
class titel2
{
Idd=-1;
MovingEnable=0;
Duration=10;
FadeIn=0.6;
Name="titel2";
Controls[]={"titel2"};
class titel2: RscStdText
{
Style=48;
ColorBackground[]={0,0,0,0};
Text="titel2.paa";
X=0.9;
Y=0.9;
W=0.08;
H=0.08;
};
};
class titel3
{
Idd=-1;
MovingEnable=0;
Duration=10;
FadeIn=0.6;
Name="titel3";
Controls[]={"titel3"};
class titel3: RscStdText
{
Style=48;
ColorBackground[]={0,0,0,0};
Text="titel3.paa";
X=0.00009;
Y=0.118;
W=0.3;
H=0.766;
};
};
class titel4
{
Idd=-1;
MovingEnable=0;
Duration=10;
FadeIn=0.6;
Name="titel4";
Controls[]={"titel4"};
class titel4: RscStdText
{
Style=48;
ColorBackground[]={0,0,0,0};
Text="titel4.paa";
X=0.700;
Y=0.115
W=0.3;
H=0.768;
};
};
};
4 pictures (.paa) can't remember the dimensions anymore
Activated with
TitleRsc ["titel1","PLAIN"]
&
TitleRsc ["titel1","PLAIN"]
&
TitleRsc ["titel2","PLAIN"]
&
TitleRsc ["titel3","PLAIN"]
or with
CutRsc ["titel1","PLAIN",0]
...