PRELOAD THIS
PRELOAD THIS
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- rson0
very simple,
actBytes = myTarget.getBytesLoaded() || 0;
totBytes = myTarget.getBytesTotal() || 100;
percent = Math.round(actBytes * 100 / totBytes);if( totBytes - actBytes > 10){
bar._xscale = percent;
gotoAndPlay(2)
}