Jump to content

Splash , Gui Transperant


Recommended Posts

Can i create an splash image that is transperant? , Can i create an gui image (guictrlcreateimage) in transperant ?

i want that color 0x000000 is the transperant color , note this is black

This code is for fading a splash image out...
$image = ''
SplashImageOn('Fade',$image)
Sleep(1500)
for $i = 200 to 0 step -1
    WinSetTrans('Fade','',$i)
    sleep(1)
Next
SplashOff()
Hope that can get you started, lol.
INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...