View Single Post
  #6  
Old 09-02-2009, 10:11 PM
Sage_Shadowbane Sage_Shadowbane is offline
Graal Developer
Sage_Shadowbane's Avatar
Join Date: Mar 2004
Posts: 585
Sage_Shadowbane will become famous soon enough
Okay I've figured out the scrolling thing thanks to Dusty and little help from Chompy. Now I've got another question relating to wraptext(), I can't seem to figure out how to get this to work at all. Chompy tried to give me a solution using wraptext2() but it didn't work at all so I came up with my own way which is working a little better than Chompy's but still isn't working, Would anyone mind pointing out the problem and explaining what's wrong with it?

PHP Code:
    this.testmsg "Testing 1 2 3 Testing 1 2 3 Testing 1 2 3 Testing 1 2 3 Testing 1 2 3 Testing 1 2 3 Testing 1 2 3 Testing 1 2 3 Testing 1 2 3 Testing 1 2 3";
    for(
temp.j:wraptext(56" "thiso.testmsg)) {
      
with (findImg(450 ind)) {
  
        
text j;
        
font "Arial";
        
style "bi";
        
zoom 0.6;
        
red green blue 1;
        
alpha .6;
        
textshadow true;
        
shadowcolor = {010};
        
layer 5;
        
thiso.sStartpos[0] + 57;
        
thiso.sStartpos[1] + 151 + (ind 14);
      }
      if (
ind 7) {
    
        
ind++;
      } 
Reply With Quote