impressive!!..
Posted 4 months ago
Circle preloader 100% customizable . 6 Examples of this preloader.
Updated on 8 March.
I just wanted to take one and drop it in a project. The code is complicated and is use to load images in the .fla but not to use as a stand alone preloader in another it seeems..?
Posted 2 months ago
What I mean is the code to actualy preload is not there is that correct? Only code to control the animations.
Posted 2 months ago
And I have found gradientGlowFilter but dont know how to change the color. The help.html only says to read whats in the .fla but there is no parameters to change the color or text to explain how to do it.
Sorry for the 3 seperate messages.
Posted 2 months ago
Alexxxita :
If you read the description in FLA file you’ll see on line 73 this :
// loader (photo , target_mc, radius, size, next_position,alpha,lock_position,x , y)
This means that you must create an empty movieclip where the picture is loaded !
HERE IS AN EXAMPLE !
_root.createEmptyMovieClip(“YOUR_MC_NAME”,1);
loader (“pict.jpg”,YOUR_MC_NAME, 50, 15, 20, 100, “off”, 100, 50);
To change the color in Library is “PRELOADER” MovieClip.In this mc you have “CONTENT” movieclip.Select CONTENT mc and change the color from filters.
Send me a mail and I will send you the preloader with that colour that you want if you cant change it !
sorry I am not a programer. I just wanted to use it to preload a specific frame on a Scene. I have no idea what do. I read comments in your code but they refer to loading photos into movie clip. also I don’t see animation of preloader when I simulate download. can you please provide instruction on how to use this to just preload frame not a movie clip. Thanks
Posted 20 days ago
Anitawy.
With this preloader load extern data like pictures or swf files.This preloader is not a static animation , animation is made with AS2 . Send me a mail with your content that you want to load and I will send you back the final file with the preloader .
Thanks