GIVE ME THAT F*CKING FONT!
- Started
- Last post
- 23 Responses
- ********
ok- so this is actually a flash question. I have a movie clip with 96 external jpegs that need to load before the main timeline proceeds. What frame action can I put on the main timeline to wait until all the jpegs in the clip load, and then proceed once it's done?
- jox0
see - you ruined it with all the shouting. ask again - NICELY!
- kpl0
geez, so sensitive jox.
easy solution: stop the main timeline, add 96 mc with and loadmovie a jpg into each, add a 97th mc that checks on the load progress of all others and that would play the timeline if all 96 are fully loaded.
- tny0
he never did get his font...or did he?
- devaur0
the classic thread.
someone should bump it!
- ********0
"stop the main timeline, add 96 mc with and loadmovie a jpg into each, add a 97th mc that checks on the load progress of all others and that would play the timeline if all 96 are fully loaded. "
thnx, kpl,
it's a single movie clip with 96 keyframes, each of which loamdmovies a jpeg. What would I put in the 97th keyframe to check on the load progress of the 96 previous loadmovies?
- ********0
LET ME GIVE YOU A CLUE HERE!!! THERE WILL BE NO MORE YELLING FROM ANYONE!!!! ESPECIALLY ME!!
- ********0
MY MIND IS SUCH A PIECE OF SHIT TODAY!
- jox0
WOW ITS REALLY LOUD IN HERE!
- 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);
- unfittoprint0
[typo] where u see:
i= (i == undefined= ? 0 : 1
u should have
i= (i == undefined) ? 0 : i
- bulletfactory0
PERFECT, NOW I HAVE A HEADACHE.....
*muttering expletives*
- DutchBoy0
haha, i think jox didn't read the interstate font thread to appreciate Rands pun, hehe..
lemme see if i can bump that one..
- ********0
thanks, unfit, way over my head, but many thanks for the effort and the good will
- ********0
ps: kill me. now.
- unfittoprint0
say:
I want to believe...
I want to believe...
I want to believe...
I want to believe...
I want to believe...
I want to believe...
I want to believe...
I want to believe...
. . . .
- ********0
I want to believe I can want to believe
- Gorbie0
i challenge unfit to write an action script code that tells a story... like an actionscript short-story.
i bet you could.
- ********0
it would probably tell the story of my long, slow descent into blackness
- DutchBoy0
i always feel so small and meaningless in a thread with two wise men in it.
you know who you are.
*bows
- unfittoprint0
tehSTORY = function(text){
trace(text);
}tehSTORY("once upon a time there was a guy. who died of cerebral cancer. the end);