Search  

ACTIONSCRIPT 3.0 PRELOADER V2

HomeBrowse CategoriesFlashPreloadersActionscript 3.0 Preloader v2

An actionscript 3.0 preloader using percentage-based animation to create the loading bar. All loaded into a single movie clip that can be drag ‘n’ dropped into a Flash file.

UPDATE : The width of the preloading bar is set by the stage width. Once at 100% bytes loaded the bar will be at 100% of the stage width.

Posted 5 months ago

First off GREAT loader! I’m new so I have a few questions that may be too easy to even mention, but here goes…

1. Can the font for the percent be edited 2. Can the “Bytes loaded” be changed to an actual percentage? 3. Can the color be edited?

Posted 5 months ago

I love the BKGRND texture.

Posted 5 months ago

@smahalko: Yes the font can be easily changed. It’s a textfield element in Flash. The loader actually has code for either the bytes loaded or percent loaded instances (the percent is just commented out in the production file), so yes that is possible as well. Yes, the colors are assigned through some simple actionscript 3.0 using HEX values and can be edited by changing the value in the actionscript.

If you needed any further assistance with editing, please feel free to contact me through my profile page.

@diddlejuice: Thanks!

Posted 5 months ago

What font is that, if you dont mind me asking. The one that says “Actionscript 3.0 Preloader”?

Posted 5 months ago

i love it … i think im gonna learn as3 :)

Posted 5 months ago

xdozex: Helvetica Neue Thin (maybe Light I don’t recall) Extended

Manux: Thanks. Well worth learning I believe

Posted 5 months ago

Hi!

Great Loader you’ve made here!!!

I’m modifying the script to have a 100% height and width loader, but I need to bring the bytes loaded/percent loaded instance in front of the loader, any idea how to do that?

Thanx

Posted 4 months ago

@opssm: sent you an email. Thanks!

Posted 4 months ago

Hi! Me again, I’m experiencing some proprems when using your preloder: Some actionscript events in the movie loaded working when testing the movie doesn’t work when using the preloader, mainly button events like this type of code : “import caurina.transitions.*;

butt1.addEventListener(MouseEvent.ROLL_OVER, butt1_ROLLOVER);

function butt1_ROLLOVER(e:MouseEvent):void { Tweener.addTween(this.francais, {_frame:45, time:1, transition:”linear”}); }

butt1.addEventListener(MouseEvent.ROLL_OUT, butt1_ROLLOUT);

function butt1_ROLLOUT(e:MouseEvent):void { Tweener.addTween(this.francais, {_frame:5, time:0.4, transition:”linear”}); } “

do you have any quick idea on what’s wrong? Maybe something to add to the script when using the preloader?

THX laurent @opssm

Posted 3 months ago

oups, nevermind, my fault, a transparent bitmap from the loading clip was overlapping the button … working great when removing it. Sorry for this unusefull comment :)

have a good day laurent @opssm

Posted 3 months ago