Jump to content

Recommended Posts

Posted

This is what i came up with so far.

Now how do i make the Pic transperent from point ""0"" ? couse it shows up for a sec b4 it vanishes again ?

SplashImageOn("KJ's",@ScriptDir & "\" & "pic.jpg",320,240,-1,-1,1)
WinSetTrans("KJ's","",0)
for $i = 1 to 255
    WinSetTrans("KJ's","",$i)
    Sleep(10)
Next
for $i = 255 to 1 Step -1
    WinSetTrans("KJ's","",$i)
    Sleep(10)
Next
SplashOff()

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
×
×
  • Create New...