Ciao, questo preload lo vorrei inserire in un movie, è corretto:

car = getProperty();
tot = getProperty();
perc = int(car/tot*100)+"%";

if (car == tot) {
gotoAndPlay (5);
}

Ciao.