Here's a code snipped that works WOOHOO! Thanks to Earthquake and others who helped me :-)
class RscPicture
{
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="tahomaB24";
size=0;
};
class RscTitles
{
titles[]={"TIM"};
class TIM
{
idd=-1;
movingEnable=0;
duration=4;
name="TIM";
controls[]={"Background"};
class Background : RscPicture
{
text="malden.jpg";
x=0.050000;
y=0.320000;
w=0.300000;
h=0.330000;
};
};
};