Thread: Mirroring
View Single Post
  #2  
Unread 06-20-2005, 03:47 AM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Landiin
Is there a way to mirror an Image? I see there is a rotate but didn't know if there was some unseen propertie for mirroring a image.

Oh one more thing, Is visible=true the same as closing a window? I wouldn't think that wouldn't unload it from memory just make it unseen. If so what would be the command to close a chat window?(if more then one was open)
if visible=true, then the window is visible (ie, "open"), in game command /show_window Main.Sub
if visible=false, then the window is invisible (ie "closed", in game command /hide_window Main.Sub

However, I am not sure how to close a specific chatbox. I am sure the command for that, and the hotbars would be the same
__________________
Reply With Quote