hi guys!
I have a problem! when i export this file that have my script to swf flash (Action Script 2.0) Flash 8.0 CRASH!!!, but when i run the script under action Script 1.0 work fine. what can i do to fix this problem… i want to use the script under AS 2.0
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED/TOTAL;
BAR._width = PERCENT177.9;
TEXT = Math.round(PERCENT100)+“%”;
if (LOADED == TOTAL) {
gotoAndPlay(“Scene 1”, 3);
}