Czy da się zrobić tak, aby w intrze wyświetlało się kilka obrazków po kolei? Najlepiej, jakby było bez efektu "przejścia". Próbowałem już bezskutecznie z tym skryptem:
class RscStdText
{
type=0;
idc=-1;
style=2;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="TahomaB24";
size=1;
};
class RscTitles
{
titles[]={"INTRO","INTRO2","INTRO3"};
class INTRO
{
idd=-1;
movingEnable=0;
duration=50;
fadein=3;
name="INTRO";
controls[]={"Bild","obrazek1","Bild2","obrazek2};
class Bild : RscStdText
{
style=48;
text="obrazek1.jpg";
x=0.000000;
y=0.000000;
w=1.000000;
h=1.000000;
};
class obrazek1: RscStdText
{
style=64;
text="";
colorText[]={1,1,1,0.3};
x=0.000000;
y=0.000000;
w=1.000000;
h=1.000000;
};
};
class Bild2 : RscStdText
{
style=48;
text="obrazek2.jpg";
x=0.000000;
y=0.000000;
w=1.000000;
h=1.000000;
};
class obrazek2: RscStdText
{
style=64;
text="";
colorText[]={1,1,1,0.3};
x=0.000000;
y=0.000000;
w=1.000000;
h=1.000000;
};
};
Jeżeli juz coś takiego było to sory, przeszukałem całe forum i stronę ale nie znalazłem
