this tutorial shows how to make simple flash preloader with ActionScript 2.0
this is my first tutorial so be patient
here's the code who want to copy and paste it (it isn't so hard so i dont explain how it works i think this talk for himself:
bytes_loaded = Math.round(this.getBytesLoaded())
bytes_total = Math.round(this.getBytesTotal())
getPercent = bytes_loaded / bytes_total
//this is some " variable" less typing
this.loadbar._width = getPercent * 300
this.loadtext = Math.round(getPercent * 100) + "%"
this.bytesall = Math.round(bytes_loaded) + "/" + (bytes_total) +" bytes"
if(bytes_loaded == bytes_total){
gotoAndStop(3)
}
and i also making a website where u will find soon as i'll make more tutorials and free stuffs:
http://flashtutz.webs.com/
Cool Good Tutorial
tafdabengi 4 weeks ago
GAY
Mrpublicimagelimited 3 months ago
mine doesnt work as well.
yihsuanteresa 5 months ago
Mine doesn't work
HeroicRaptasaurus 6 months ago
I want free stuffs
HeroicRaptasaurus 6 months ago