Jump to content

Recommended Posts

Posted

When I run this the text doesn't appear, I looked at the documentation, it says the font and the size are optional so I don't know.

Splash("Test Splash", 2)

Func Splash($sText, $iDelay = 1)
    SplashTextOn("", $sText, 802, 22, 0, 630, 5)
    Sleep($iDelay * 1000)
    SplashOff()
EndFunc

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...