Thread: Custom Text
View Single Post
  #2  
Old 05-28-2009, 05:19 AM
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
Is it inside a GUI window, or outside?

I'm assuming it's outside, which means you want...

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
with (findimg(200)) {
    
30;
    
30;
    
    
font "Arial";
    
style "b"// this might be "fontstyle"; if it doesn't work, try that
    
    
text "Hello there";
    
    
zoom .6;
  }

__________________
Reply With Quote