Einzelnen Beitrag anzeigen
Alt 11.10.2009, 12:44   #2 (permalink)
DirtyHarryTPC
500 Beiträge
 
Benutzerbild von DirtyHarryTPC
 
Registriert seit: 18.07.2008
Alter: 44
Beiträge: 560
DirtyHarryTPC eine Nachricht über ICQ schicken
Standard

Wenn du schon den aufruf titleRsc ["Bild1","PLAIN"] nimmst solltest du auch in der Discription Bild1 stehen haben.
Dein Bild heisst aber ofp2.paa, also ändere alles wo Bild1 steht in ofp2.



class RscPicture
{
idc = -1;
type = CT_STATIC;
style = ST_PICTURE;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = Zeppelin32;
sizeEx = 0;
};
class RscTitles
{
titles[] ={Bilder};
class ofp2
{
idd=-1;
movingEnable = true;
duration=10; // Dauer der Einblendung
fadein=2; // Einfadezeit
name = "ofp2"; // Name im Editor
controls[]={Picture};
class Picture : RscPicture
{
x = 0.30; // X-Achse
y = 0.50; // Y-Achse
w = 0.40; // Fensterbreite
h = 0.20; // Fensterhöhe
text = "bilder\ofp2.paa"; // Die Grafik mit Pfad
sizeEx = 0.04;
style=48;
};
};
};


Und aufrufen tust du es so titleRsc ["ofp2","PLAIN"];
Das hier ist der pfad zum ofp2.paa text = "bilder\ofp2.paa"; // Die Grafik mit Pfad , dein ofp2.paa muss natürlich auch in einem ordner sein der bilder heisst.

Geändert von DirtyHarryTPC (11.10.2009 um 12:47 Uhr).
DirtyHarryTPC ist offline