GIVE ME THAT F*CKING FONT!

Out of context: Reply #9

  • Started
  • Last post
  • 23 Responses
  • unfittoprint0

    //LOADING FUNCTIONS
    //. . . . . . . . . . . . . . . . . . . . .
    loadMCs=function(total){
    if((this["image"+i].getBytesLoad... && this["image"+i].getbytesTotal()>... || i == undefined ){
    i= (i == undefined= ? 0 : 1
    createEmptyMovieClip("image"+i...
    this["image"+i].loadMovie("image...
    ++i;
    if(i==total){ clearInterval(loadLoop)
    dosomething();
    };
    };
    }
    startLoad = function(total){
    clearinterval(loadLoop);
    loadLoop=setInterval(this,"loadM... total);
    }

    //STARTLOADING
    startload(96);

View thread