Jump to content
  • 0

Need help displaying a picture


Asian Kid

Question

Need a picture to display over the main screen.

It displays when a script is launched

Not sure how to do this but this is what I have so far.

class RscTitles
{
titles[] = {"info"};
class info {
  idd = -1;
  movingEnable = 0;
  duration = 30;
  fadein = 2;
  fadeout = 2;
  name="info";
  controls[]={"Picture"};
  class Picture {
    x = safezoneX; y = safezoneY; w = safezoneW; h = safezoneH;
    text="info.jpg";
    sizeEx = -1;
    type=0;
    idc=-1;
    style=48;
    colorBackground[]={0,0,0,0};
    colorText[]={1,1,1,1};
    font="Bitstream";
  };
};
};

To launch the picture i have 

cutRsc["info", "PLAIN"];

The problem is that is show up as a white screen

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...