car = _level0.getBytesLoaded();
tot = _level0.getBytesTotal();
perc = parseInt((car*100)/tot);

if (car == tot) {
nextScene();
}