Thread: Help needed...
View Single Post
  #1  
Unread 12-18-2010, 05:54 PM
MrJackdaw's Avatar
MrJackdaw MrJackdaw is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Location: Lancaster, England
Posts: 249
Help needed...

I am writing an option dialogue for fading and am using a button with the following code;

Quote:
Option.OOCMOIcon=Turbine.UI.Button()
Option.OOCMOIcon :SetPosition ( 52,22 )
Option.OOCMOIcon :SetSize ( 32,32 )
Option.OOCMOIcon :SetOpacity ( self.Data.oocmo )
Option.OOCMOIcon :SetParent ( Option.faderbox )
Option.OOCMOIcon :SetBackground ( 0x4100883e )
Why does it always remain at full opacity?
__________________
************************************************** ************************************************** **
"Our ideals may never be realised, But they indicate what we are trying to do." Dick Tahta
Reply With Quote