It Didn't Work.
I Did Everything You Said And It Still Didn't Work It Just Showed The Bar A Quarter Of The Way Full.(Oh And By The Way, You Need To Put One Of These, }, At The End Of This Code:LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED/TOTAL;
BAR._width = PERCENT*150;
TEXT = Math.round(PERCENT*100)+"%";
if (LOADED == TOTAL) {
gotoAndPlay(3);)