/ Published in: ActionScript
Expand |
Embed | Plain Text
// Frame 1 var total_bytes = _root.getBytesTotal(); var loaded_bytes = _root.getBytesLoaded(); percent = loaded_bytes/total_bytes; if(percent >=1) gotoAndPlay("_afterLoad"); // Frame 2 gotoAndPlay(1);
You need to login to post a comment.
