Jump to content

(Splashtext) not showing?


Recommended Posts

SplashTextOn("","Starting D2 Insanity in 4...","250","25","100","100",5,"Courier New","10","700")
Sleep(1000)
SplashTextOn("","Starting D2 Insanity in 3...","250","25","100","100",5,"Courier New","10","700")
Sleep(1000)
SplashTextOn("","Starting D2 Insanity in 2...","250","25","100","100",5,"Courier New","10","700")
sleep(1000)
SplashTextOn("","Starting D2 Insanity in 1...","250","25","100","100",5,"Courier New","10","700")
Sleep(1000)
;Run($D2_Path & '\' & $D2_Executable & )

Why wont this show, it shows the box but not the actual text.

Is there a more efficient way to do this instead of four different messages rather a count down?

Link to comment
Share on other sites

your window height is too short, try this

SplashTextOn("","Starting D2 Insanity in 4...","250","40","100","100",5,"Courier New","10","700")
Sleep(1000)
SplashTextOn("","Starting D2 Insanity in 3...","250","40","100","100",5,"Courier New","10","700")
Sleep(1000)
SplashTextOn("","Starting D2 Insanity in 2...","250","40","100","100",5,"Courier New","10","700")
sleep(1000)
SplashTextOn("","Starting D2 Insanity in 1...","250","40","100","100",5,"Courier New","10","700")
Sleep(1000)
;Run($D2_Path & '\' & $D2_Executable & )
[u]You can download my projects at:[/u] Pulsar Software
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...