convert it for me baby
- Started
- Last post
- 11 Responses
- a-train
I need this converted
40,00 EUR into U.S. Dollars
- rasko40
$49.08
- a-train0
Im thinking of buying these preloaders from https://store.beamjive.com/
Has anyone else gotten these? Are they worth the money?
- rasko40
why buy a preloader? that is just lame, you can do that shit for free.
- rasko40
bytes_loaded = Math.round(yourfile.getBytesLoad...
bytes_total = Math.round(_level1.getBytesTotal...
getPercent = bytes_loaded/bytes_total;
yourfile.loadBar._width = getPercent*100;
if (bytes_loaded == bytes_total) {
yourfile.gotoAndPlay(3);
}
- rasko40
and on your second frame:
gotoAndPlay(1);
- a-train0
Word
- a-train0
Im just wondering how you get the loader to bounce or crawl like a worm or fill a glass.
Seems to me like that would take hours to make...
- Xentic0
I'm trying to get your code to work rasko but what do I have to fill in the 'yourfile' part? Can't I just use _root instead? Or do I have to use the filename of the swf? It doesn't work yet...
- rasko40
yeah the 'your file' and also the _level1 bit I forgot to change need targetting to whatever it is you are preloading
- rasko40
'loadBar' is a movieclip of you preload bar that should also be targetted correctly.. and called 'loadBar'