I really think this is something special – nice one
Posted 10 months ago
This is a simple little preloader, which shows the name of the numbers (the loaded percentage) instead of simply the numbers as usual preloaders do.
This example runs a loop to demonstrate the effect, but in the as code, there are comments how to change this to a real preloader.
The textfield is dynamic, so it can show any font/size/color you wish.
Have fun!
Posted 10 months ago
nice,
could you tell me please something about the code? Is this coded in a class? The words are in an array?
Posted 10 months ago
It’s not a class, though it’s easy to convert to one. Right now it’s two arrays, one with the first twenty numbers, and one with ten, twenty, thirtye etc.
It’s only a couple of lines of code.
Posted 10 months ago
where’s the actionscript to load an external file? It’s a great preloader but I can’t figure out how to link it to anything.
Posted 3 months ago
It just loads the file it is in. To load other files from this one, use the MovieClipLoader class.
Posted 3 months ago
I really wish you would not call this a “preloader”. I was disappointed to see that it does not manage the loading of anything… it’s simply an animation. It is not a preloader.
Posted 10 days ago