I have a bug
_root.stop();
PercentLoaded = {_root.getBytesLoaded() / _root.getBytesTotal() * 100);
PercentLoadedRound=Math.round(PercentLoaded);
if(PercentLoaded != 100){
setProperty(loadbar, _xscale, PercentLoaded);}
else {
gotoAndStop(3);}
it says it wants a ":" somewhere in the second line. can you help?