Thread: gui windows x_X
View Single Post
  #5  
Old 03-17-2006, 11:49 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by excaliber7388
How do i get it to come back after it's closed? I've been using onWeaponfired() to bring it up, but it only works once
I can't remember if the window just hides when you close it, or whether it's actually destroyed. If it's destroyed, then you will need to redefine the window in order to return it. Alternatively, you could use something to toggle the window's visibility:
PHP Code:
windowcontrolname.visibile = !(windowcontrolname.visible); 
__________________
Skyld
Reply With Quote