View Single Post
  #1  
Old 03-18-2010, 08:14 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
profile.transparency

I'm trying to make a fade effect but I cannot figure out how to make a GuiControl's transparency to be 0.5. Could someone explain this to me?

PHP Code:
new GuiControl("TestGuiControl_Container"){
  
useownprofile true;
  
profile.transparency 0.5;
  
profile.opaque true;
  
profile.fillcolor = {255,255,255,255};
  
profile.border 1;
  
40;
  
extent "400 400";

Reply With Quote