Macromedia Flash - Program flash download design
In this article, TipsMake.com would like to guide you how to design an interface that is loading the program using Actions Script. You can use to create a template like in a lesson or create any image you want.
Step 1
Open Flash and create a new file of size 200x100px. Select white as background color and set the Frame rate to 24, then click OK.
Step 2
Use the Oval Tool (O). In the Colors section of the Tool panel, remove the Stroke color by clicking on the small pen icon, then select the small box with the red slash line. In Fill color choose # F80000 and draw 3 circles as shown below:
Step 3
After drawing 3 circles, use the Line Tool (N). Select the stroke color # F80000 and the Solid part to select the stroke with a thickness of 0.5.
Then draw the following figures
Step 4
Using the Paint Bucket Tool (K), Fill color select # F80000 and fill the color created in the previous step.
Step 5
Press Ctrl + A (Select all) and then press F8 key (Convert to Symbol) to convert the entire picture into a Movie Clip Symbol. See the picture below.
Step 6
Double-click the movie clip and you will see the inside of the movie.
Step 7
Double click on layer 1 to rename. Click on frame 100 and press F5 key. Then create a new layer above the image layer and name it mask.
Step 8
Select the mask layer, take the Rectangle Tool (R). In the Colors section of the Tool panel, remove the Stroke color by clicking on the small pen icon and then drawing a rectangle like the image below.
Step 9
Click on frame 100 and press F6 key. Then use the mouse or arrow keys to drag the rectangle over the original drawn image.
Step 10
Right-click anywhere on the gray area between the two keyframes and select Create Motion Tween from the menu that appears.
Step 11
Select the mask layer and convert it to a mask by right-clicking on the layer and selecting Mask.
Step 12
Create a new layer above the mask layer and name it percent (percent).
Step 13
Select percent layer and click the Text tool (T). Go to the Properties Panel (Ctrl + F3) below and select the following options:
a) Select Dynamic Text
b) Choose Lucida Sans font
c) Select 11 font size and bold type.
d) Choose color as # 323232
e) Select Anti-alias for readability
f) In Var field: enter percen101
Then enter one into a 99% value below the image.
Step 14
Return to the main scene (Scene1)
Step 15
Pick the Selection Tool (V), click once on the preloader to select it and open the Action Script Panel (F9). Then include the following code:
onClipEvent (load) {
total = _root.getBytesTotal ();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded ();
percent = int (loaded / total * 100);
percen101 = "" + percent + "%";
gotoAndStop (percent);
if (loaded == total) {
_root.gotoAndPlay (2);
}
}
So we have completed the preloader. To see how it works, click on the first frame and again use the Action Script Panel tool to bring the following code into:
stop ();
Then create a new layer above the preloader layer, click on the second frame and press F6 key. Then, Import, position, create effects, photos, movies. And click again on the second frame, enter the stop () command; go to the Action panel. Try running the created file or download the sample file here.
You should read it
- Instructions for creating 2-layer security for GoDaddy accounts
- Format Tab text in Word
- Corel Draw 12: Draw the globe
- The most beautiful female layer hairstyles 2020
- Macromedia Flash - Photo effects appear with sound
- Instructions for enabling 2-layer authentication for iCloud on Apple devices
- Photoshop CS: Color whirlpool vortex
- How to Use Adobe After Effects
May be interested
- World fashion modeling softwareprograms such as accumark, kaledo 3d trend ... will help professional or amateur designers easily create new fads with reasonable calculations to save fabrics when sewing.
- Edit photos with the Snipping Tool of Windows Vistawhen it comes to editing photos in windows, you think of the paint tool, and take a screenshot, you think of the print screen key. however, in windows vista, a new powerful tool is included, and the photo editing function is also available.
- Macromedia Flash - Create great photo slideshowsthis article will show you how to create a simple photo slideshow, through which you can apply to introduce your favorite animal photos or even to create banners and photos for a website ... completely no need to use action script in lesson n
- Use the online Photoshop photo editorthe complete photoshop express has just been released, providing smooth image processing capabilities in the browser platform with many attractive features that are easy to use.
- Macromedia Flash - Customize cursorusing flash, you can hide the browser default cursor and instead create a custom cursor of your choice. in this article, i will show you how to do that on any flash file you want.
- Photoshop Express released a new versionadobe systems on may 7 said it is preparing to upgrade its photoshop express online photo editing application to a new version to add some features.