Falsh // Containers
Falsh // Containers
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- Robo0
bytes_loaded = Math.round(this.getBytesLoaded...
bytes_total = Math.round(this.getBytesTotal...
getPercent = bytes_loaded/bytes_total;
_root.loadBarmain._width = getPercent*205;
_root.loadText = Math.round(getPercent*100)+"%";
if (bytes_loaded == bytes_total) {
_root.gotoAndPlay(3);
}