Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
bigshotking

Intro with images help

Recommended Posts

I'm currently stuck on this little bit of code here that I'm trying to fix to my needs.

Right now it looks like this:

class RscTitles
{
titles[] = {"intro"}; 

class intro {
  idd = -1;
  movingEnable = 0;
  duration = 4;  
  fadein = 2;
  fadeout = 2;
  name="intro";

  controls[]={"Pic"};

  class Pic {
    x=0.36; y=0.4; w=0.2944; h=0.32;
    text="42nd.paa";
    sizeEx = 1;
    type=0;
    idc=-1;
    style=48;
    colorBackground[]={0,0,0,0};
    colorText[]={1,1,1,1};
    font="Bitstream";
  };
};
};

There is just one more thing I would like to add to it. I would like to add some text right below the image. I'm not sure how hard that would be...

Thanks in advance for any help,

-Bigshot

Share this post


Link to post
Share on other sites
Sign in to follow this  

×