View Single Post
  #4  
Old 03-18-2010, 10:49 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by LoneAngelIbesu View Post
Hint: profile.transparency and profile.opaque are exact opposites. If something is opaque, you cannot see through it.
Incorrect. In Graal, GuiControlProfile.opaque simply uses the fillColor instead of the bitmap background. The proper way to do it is:

PHP Code:
useOwnProfile true;

profile.opaque true;
profile.fillColor = {255255255100}; 
I haven't used GuiControlProfile.transparency, but I don't recall it ever working.
__________________
Reply With Quote