Jump to content

Demul loading (splash) screen


bachatafrank

Recommended Posts

Posted

When I launch a Naomi game with Demul, I don't want to see the Demul gui, but a nice loadingscreen.

I have this in my AHK file:

if(loadingScreen){
  Gui +AlwaysOnTop -Caption +ToolWindow 
  Gui, Color, White
  logoXPos := A_ScreenWidth/2 - 600 /2
  Gui, Add, Picture,x%logoXPos% y120, %A_ScriptDir%\Modules\Demul\Logo.png
  loadXPos := A_ScreenWidth/2 - 230 /2
  loadYPos := A_ScreenHeight - 100
  Gui, Add, Picture,x%loadXPos% y%loadYPos%, %A_ScriptDir%\Modules\Demul\Loading.png
  Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth%
}

When I start Demul I see the logo.png and loading.png for a few seconds, than it switches to the Demul gui for a few seconds and the game starts. I don't want the gui to show at all, is there a way to expand the  time the png's are showed?

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...