View Single Post
  #316  
Old 05-31-2010, 05:03 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 Email from Stefan
...the separate shadow alpha is not a bug and it's easy to change (e.g. set shadowcolor = {255,255,255,128})
Does not work on any platform. Not sure how you're doing it.
PHP Code:
with (findImg(200)) {
  
red green blue 1;
  
alpha 0;
  
  
32;
  
32;
  
  
textShadow true;
  
shadowColor = {00010};

Also, the shadow alpha should be multiplied by the text alpha.

EDIT: Should mention it also doesn't work using 0-1 instead of 0-255 for shadow alpha.
__________________

Last edited by cbk1994; 06-01-2010 at 07:12 AM..
Reply With Quote