View Single Post
  #2  
Old 02-26-2011, 09:52 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
For text I find it's easier just to use findimg.

PHP Code:
with (findimg(200)) {
  
30;
  
30;
  
text "Hello World";
  
// Colors
  
red random(0,1);
  
green random(0,1);
  
blue random(0,1);
  
style "bc";
  
// Other features of interest
  
textshadow true;
  
shadowcolor "1 1 1";
  
shadowoffset = {22};

__________________
Quote:
Reply With Quote