Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[GUI] Main screen


deminizer
 Share

Recommended Posts

How to edit my main screen in which some part of the picture is out of the frame and it has to be transparent no background likt this

![](https://i.ytimg.com/vi/hlqOVYuJ4x0/hqdefault.jpg)

See that girls head is out of the GUI but its still transparent.

Thank you.
Link to comment
Share on other sites

@'deminizer':

> How to edit my main screen in which some part of the picture is out of the frame and it has to be transparent no background likt this
>
> ![](https://i.ytimg.com/vi/hlqOVYuJ4x0/hqdefault.jpg)
>
> See that girls head is out of the GUI but its still transparent.
>
> Thank you.

If i'm understanding what your asking, the girls head is apart of a single graphic image that creates the frmMenu image. It is then loaded in and used as the games menu image. You would have to just create and image make it transparent like they had done then load it in through the graphics folders.

Hope this helps (kind of fuzzy on what your asking).

~Officer Johnson
Link to comment
Share on other sites

I'm not giving all the solution but here is a way to follow
Client side :
Create an image with a color background(In photoshop or something like that) (Like green or pink) , it will be considered as a transparent background … but you'll have to create a transparency module , then add this code into your picture :
```
Call YOUR_TRANSPARENCY_SUB(Me, 255, RGB(R, G, B))
```
Replace R and G and B with the amount of R(Red) G(Green) B(Blue) in your image background 

good luck !
Link to comment
Share on other sites

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
 Share

×
×
  • Create New...