Return to Snippet

Revision: 22680
at January 19, 2010 08:23 by nalmeida


Initial Code
// 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);

Initial URL


Initial Description


Initial Title
AS2 Self Preloader

Initial Tags


Initial Language
ActionScript