Home   Help Search Login Register  

Author Topic: Removing 1 sec in intro????  (Read 692 times)

0 Members and 1 Guest are viewing this topic.

eddie6413

  • Guest
Removing 1 sec in intro????
« on: 13 Dec 2002, 14:54:42 »
I am wondering about this..:

When a intro starts i see a short 1 sec of my own soldier..
How do i remove that so the intro starts right away?

kevinfostereditguy

  • Guest
Re:Removing 1 sec in intro????
« Reply #1 on: 13 Dec 2002, 14:58:01 »
try fading it in with a titletext command like this-

[" ", "black"]
~2
[" ", "fade in"]

just a space so no text shows up

Randy

  • Guest
Re:Removing 1 sec in intro????
« Reply #2 on: 13 Dec 2002, 14:58:36 »
target the cam at a object/unit  ..
« Last Edit: 13 Dec 2002, 14:59:04 by Randy »

eddie6413

  • Guest
Logo wont work!!!!!
« Reply #3 on: 13 Dec 2002, 16:33:14 »
I have made a logo and put it in my mission folder.
I made the picture 1024 x 512. I put this in the description file:

class Balschoiw
{
idd=-1;
movingEnable=0;
duration=6;
fadein=3;
name="Balschoiw";
controls[]={"Balschoiw00"};
class Balschoiw00
{
type=0;
idc=-1;
style=48;

colorBackground[]={0,0,0,0 };
colorText[]={1,2,1,1};

font="AudreysHandI48";
size=1;
text="logo.jpg";
x=0.5;
y=0.5;
w=0.25;
h=0.25;
};
};
class CiATitle
{
idd=-1;
movingEnable=0;
duration=6;
fadein=2;
name="CiATitle";
controls[]={"CiATitle00"};
class CiATitle00
{
type=0;
idc=-1;
style=2;

colorBackground[]={0,0,0,0.0 };
colorText[]={1,1,1,0.6};

font="SteelfishB128";
size=2;
text="logo3.jpg";
x=0.04;
y=0.27;
w=0.9;
h=0.5;
};
};
};


But it doesn't show up in the resource box in the editor.
What am i doing wrong? Please help anyone!!!

("logo3" is my picture)
« Last Edit: 13 Dec 2002, 16:35:09 by eddie6413 »