Hey Everybody,
My preloaders don’t seem to be working right.
Check it out at;
http://www.winnerclippinger.com
Ex. company / description and contact / info
the preloader goes through the whole loading procedure eventhough these links only have type in them. These are the actions that are used;
onClipEvent (enterFrame) {
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
percent -= (percent-((loading/total)100)).25;
per = int(percent);
percentage = per+"%";
loadBar._width = per;
if (percent>99) {
_parent.gotoAndStop(2);
}
}
Something wrong??
Please help!
Thanks