preloader Question
preloader Question
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- unfittoprint0
changeAlpha = function(){
_alpha= (this.getBytesLoaded()/this.getB...
if(this.getBytesLoaded == this.getBytesTotal()){
_alpha = 100;
clearInterval(loadLoop);
play();
}
}alphaLoop = setInterval (this, "changeAlpha", 30);
stop();