View Single Post
  #10  
Old 02-15-2007, 04:54 AM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by Rapidwolve View Post
Ok, I figured out how to seperate each page by 6 lines

PHP Code:
this.page 0;
this.linesperpage 7;
for (
this.0this.tokens.size(); this.i++){
this.pages int(this.this.linesperpage);
if (
this.page this.linesperpage => this.i){
showText(300+this.i,this.mainpos[0],this.mainpos[1]-135+(this.i*15),this.stylethis.fonttokens[this.page this.linesperpage this.i]);
changeimgvis(300+this.i,8);
changeimgzoom(300+this.i,.59);

It adds a line to the current page from the page thats supposed to be the next page onto the bottom of the current page...confusing...i think it has to do with the math can anyone help fix?
}
since i do not know what you are tokenizing, I am not sure if I can answer this!
__________________
Reply With Quote