Jump to content

Python Killgui function


Recommended Posts

Hi dev, I want to know what function had Metin2 Exodius used to make this killgui appear and disappear that slowly, my`n disappear instant.

 

 

Min : 0:45

 

 

I have it like this: 

sistem_onoare_bg = ui.Button()
sistem_onoare_bg.SetUpVisual("sistem_onoare/fundal.tga") 
sistem_onoare_bg.SetOverVisual("sistem_onoare/fundal.tga") 
sistem_onoare_bg.SetDownVisual("sistem_onoare/fundal.tga") 
self.sistem_onoare_bg = sistem_onoare_bg
self.sistem_onoare_bg.SetPosition(wndMgr.GetScreenWidth()/2-229,0)
self.sistem_onoare_bg.SetSize(459, 204)
self.sistem_onoare_bg.SetEvent(self.__CloseKillGui)
self.sistem_onoare_bg.Hide()

Thanks

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.