Ok, i included a paa picture in my mission, which has to be shown fullscreen on the mission start. what do i have to change that every monitor gets the picture in full screen?
do i have to adjust the size manually?
Code: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[] ={AAN}; class Bild1 { idd=-1; movingEnable = true; duration=10; // Dauer der Einblendung fadein=2; // Einfadezeit name = "AAN"; // Name im Editor controls[]={Picture}; class Picture : RscPicture { x = 0.30; // X-Achse y = 0.50; // Y-Achse w = 5; // Fensterbreite h = 5; // Fensterhöhe text = "pics\AAN.paa"; // Die Grafik mit Pfad sizeEx = 0.04; style=48; }; }; }
HOME
Reply With Quote
