Mar 18, 2008 #1 hosted3334 MIS Aug 22, 2007 45 CA I have a scrollermc component.The size is small on the screen. How can I make it so that it is larger and has large letters.
I have a scrollermc component.The size is small on the screen. How can I make it so that it is larger and has large letters.
Apr 4, 2008 #21 kennethkawamoto Technical User Nov 19, 2002 2,710 GB Code: function getText(dat){ [b]buffer = ""; [/b] // load text + buffer(x amount of spaces) bufferSize=dat.attributes.buffersize; for(var x=0;x<=bufferSize;x++){ buffer+=" "; } first=dat.firstChild; return theText=first.firstChild.nodeValue add buffer; } Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote
Code: function getText(dat){ [b]buffer = ""; [/b] // load text + buffer(x amount of spaces) bufferSize=dat.attributes.buffersize; for(var x=0;x<=bufferSize;x++){ buffer+=" "; } first=dat.firstChild; return theText=first.firstChild.nodeValue add buffer; } Kenneth Kawamoto http://www.materiaprima.co.uk
Apr 4, 2008 Thread starter #22 hosted3334 MIS Aug 22, 2007 45 CA My friend you take the cake. You are among one of the strangest. Internets weirdest. Upvote 0 Downvote
Apr 4, 2008 #23 kennethkawamoto Technical User Nov 19, 2002 2,710 GB I take it as a compliment Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote