Raesen

Age/Gender: n/a, Male

Newgrounds Stats

Sign-Up Date:
2/8/09

Level: 2
Aura: Neutral

Rank: Civilian
Blams: 0
Saves: 3
Rank #: 200,196

Whistle Status: Normal

Exp. Points: 40 / 50
Exp. Rank #: 406,782
Voting Pow.: 2.55 votes

BBS Posts: 0 (0 per day)
Flash Reviews: 15
Music Reviews: 1
Trophies: 0
Stickers: 0

Latest News

Raesen

preloader

Posted by Raesen Mar. 18, 2009 @ 1:50 AM EDT

make a simbol and edit it now make an animation make an animation either, it lasts 100 frames
now put this code:

onClipEvent (load) {
total = _root.getBytesTotal();
}

onClipEvent (enterFrame) {

loaded = _root.getBytesLoaded();

percent = int(loaded/total*101);

cargado.text = "loading... "+percent+"%";

gotoAndStop(percent);

if (loaded == total) {
_root.gotoAndPlay(2);
}
}

and inside of the simbol put a dynamic text that var name is "cargado"
thanx is all for now

All News Posts 0 comments | Log in to comment! | Share this!