This tutorial covers the making of a smooth preloading bar, bereft of that hideous jerkiness getBytesLoaded() yields as is. I'll make a concerted effort to explain why things are done, not just how. Alright, let's get down to brass tacks.
|
||||||||||
Open a new .fla and draw yourself a rectangle. You could, of course, dynamically create this with this.createEmptyMovieClip(), subsequently using Flash's drawing API to display your bar, but why? You're in the authoring tool, you might as well skip the 6 lines of actionscript and just draw the freaking rectangle. Alright Picasso, down with the brush. Make this a MovieClip- name it as you like. Inside said MovieClip's timeline, name the layer assets, or whatever works for you. Convention says we keep a container for our rectangle, such that the loading bar is a sensical display of our loading progress. But convention leads to aesthetic stagnation. All the same we'll leave the stroke around the rectangle. Select the bar (not the stroke) and make it a MovieClip... for organization's sake call it lb, & set the clip's registration to the left. Now create a new layer and name it scripts. Enter the following actionscript: _root.stop(); That's all you need. I go into some detail as to what's happening with this code on the following page.
Featured Flash FLA
» Author: S.Saipriya
» Title:
Flash Fire Effect
» Description:
This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
» More by
S.Saipriya
Featured Sound Loops
Audio Player
» Author: Aidan Crouzet-Pascal
» Title:
Falling Star
» Description:
This loop is a cool sounding, E minor loop.
» More by
Aidan Crouzet-Pascal
Featured Flash Site
» Author: Brad Jones
» Link:
http://www.htmlgoodies.com/html5
» Description:
A resource for learning about HTML5 and how it can be applied to websites. Also covered are CSS3 and JavaScript.
» More by
Brad Jones
Latest Font
» Author: Fábio FAFERS
» Title:
FAFERS Irregular Serif Font
» Description:
I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
» More by
Fábio FAFERS
Featured Sound Fx
» Author: Brandan Paulin
» Title:
The Coming
» Description:
Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.
» More by
Brandan Paulin
|
Developer Channel
FlashKit.com
JavaScriptSource
HTML 5 Dev Center
HTMLGoodies
Developer
DevX
PHPBuilder
WebDeveloper
WebReference
Search tutorials


Comments
There are no comments yet. Be the first to comment!