Very simple and stylish. Sweet.
Posted 11 months ago
This is a very simple and clean preloader, provided in 4 different colors (white, blue, green and orange).
To use the preloader :
- simply copy the preloader you want to use from the library into your flash file.
The preloader is fully resizable and 1 kb.
Posted 11 months ago
hi,
really sorry for that. Your are right it only looks on a black background.
Posted 10 months ago
You also don’t mention that there is no preload code in the file
Nice animation but shame that it is not actually a preloader.
Sorry, I asumed it was pretty easy : here is the way to code your preloader :
1) place 2 empty frames at the beginning of your animation. 2) in the first frame :
ifFrameLoaded (last frame number of your animation) { gotoAndPlay(3); }
ex : ifFrameLoaded (96) { gotoAndPlay(3); }
3) in the second frame :
gotoAndPlay(1);
4) create a new layer under those frames and place the preloader inside.
Posted 9 months ago