Featured Articles
9:09 pm by admin in Misc. Jive, The Good Word
In this tutorial made for Flash 8 , you will see how to create advanced top flash menu using the Action Script.You can use this menu for any web site. In this tutorial, you will also learn:
1. How to design menu,
2. How to animate it,
3. How to apply action script code on it and more.
Step 1
Open a new Flash document. Select Modify > Document (shortcut key: Ctrl+J ). Set the width of your document to 220 pixels and the height to 200 pixels. Frame rate set to 60 fps (Frames per Second), and for background color set #FBFAE8. See the picture below. 
Step 2
Take the Line Tool (N), go in the Property inspector, select #535653 for the color , set the line thickness to 1, choose Solid as line type and you may also check the Stroke hinting option, this will give you better and more smooth outlines. 
Step 3
Then, draw a five “lines” that will represent menu. See the picture below.
Step 4
Take the Text Tool (T), go in the Property inspector below the scene, choose Static Text (see left part of the image below). Choose any font you like. For color choose #444644, size which you like, and type text for links. See the picture below. 
Step 5
Choose the Selection tool (V), and select the first text in menu (”HOME”). After that press F8 key (or select Modify > Convert to Symbol ) to convert this text (”HOME”) into a Movie Clip symbol. 
Step 6
Then, go to the Properties Inspector, and you will see from the left side Instance name input field. Call this Movie Clip home_mc. 
Step 7
Double-click on the movie clip on stage with the Selection tool (V), or choose right click and Edit in Place. 
You should now be inside the movie clip.
1:09 am by admin in Misc. Jive, The Good Word
Learn how to make an analogue clock. This tutorial shows you how to create a analogue clock in Flash. Have a look at the time on the clock below:
Example:Download the Flash file Int 031a
An Analogue Clock with a clock face made in Flash MX 2004.Note: This clock is taking the time off your local computer and displaying it on the web page through Flash. This is not perfect as I don”t know if your clock is correct. There are other ways of finding out the time but they are much more complicated and not necessarily more accurate. So I have gone for a very simple method of finding out the time. It works and is not too difficult to create.
Cross Ref: If you would like to create an Digital Clock: Digital Clock Tutorial
Digital clocks are much easier to make in Flash because you haven”t all the work of creating the face and hands.Cross Ref: If you would like to display the date: Date Tutorial
Step One: Setting Up the Flash Document
Step Two: Creating the Clock”s Second Hand

The Line width is not set in the width box but in the Line attribute area.
Your red Second Hand should be sitting directly above the centre cross:
![]()
Second Hand.
Step Three: Creating the Clock”s Minute Hand
Your Minute Hand should be sitting directly above the centre cross:

Minute Hand settings.
Step Four: Creating the Clock”s Hour Hand
Your Minute Hand should be sitting directly above the centre cross:

Hour Hand settings.
Note: In your Library you should now have three Symbols: Window > Library(F11)

Three Movie Clips in the Library.
Step Five: Creating the Clock”s Face
![]() |
![]() |
|
The clock face that I drew.
|
A simpler clock face.
|
Note: If you wish you could create the Clock face in another program such as PhotoShop (or Fireworks or Illustrator or Freehand or CorelDraw etc). You would then need to import or paste the clock face image into the above Graphic Symbol.
At this stage do not get too engrossed with the look of the clock face as it is easy to change the design latter. Just go to the library (F11) and double click on the Clock Face Symbol.
Remember that your Movie size is 150 x 150. So the clock face should not be bigger than this. If it is bigger you will need to enlarge the size of your Movie: : Modify > Document (Ctrl J)
The central cross should now be right in the middle of your clock face:

The cross in the centre shows that the face is centred correctly.This cross is only a guide and does not show up in the final Movie.
… Read More of this tutorial at WebWasp.co.uk Tutorials
12:09 am by admin in Misc. Jive, The Good Word
Scrollbar is very popular in Flash.Exactly this tutorial explains, how to create a simple scrollbar using action the script.You will also learn how to create dynamic text field and more.
Step 1
Create a new Flash Documet, take the Text Tool (T), open the Properties Panel (Ctrl+F3) and set the Dynamic Text. 
Step 2
Using drag and drop technique, create a “rectangle” in whic you”ll add some text. Look at the picture! 
Step 3
Select the drawn “rectangle” open the Properties Panel (Ctrl+F3) and set the options from the picture below! 
Step 4
Right click on the created “rectangle” and choose Scrollable. 
Step 5
Copy a large text from somewhere and paste it in the created ”rectangle” (area for text) or type any text in that “rectangle”. 
Step 6
Create two buttons in Flash, which will use for text scrolling. 
Step 7
Select the “UP” button, open the Action Script Panel (F9) and paste this script:
on (release) {
scrollbar.scroll -= 1;
}
Step 8
Then select the “DOWN” button, open again the Action Script Panel (F9) and paste this script:
on (release) {
scrollbar.scroll += 1;
}
Download source file (.fla)
1:08 am by admin in Misc. Jive, The Good Word
This tutorial will show you how to create dark flash preloader with percent using the action script code.You will also learn, how to design dark preloader, how to convert it into a Movie Clip symbol, how to apply action script code on it and more.
Example: 
Step 1
Create a new flash document.
Step 2
Press Ctrl+J key on the keyboard (Document Properties) and set the dimensions of your document as whatever you like. Select #171E24 as background color. Set your Flash movie”s frame rate to 30 and click ok. 
Step 3
Take the Text Tool (A) and go to the Properties Panel below the stage. Then, choose the following options:
1. Select a Static Text field.
2. Select a Arial font
3. Choose 13 as font size.
4. Select #536F86 as color.
5. As the rendering option, select Anti-alias for readability. 
Then, type somewhere on the stage “loading”. See the picture below. 
Step 4
While the text (”loading”) is still selected, press F8 key (Convert to Symbol) to convert this text into a Movie Clip Symbol.See the picture below. 
Step 5
Double-click on the movie clip on stage with the Selection tool (V). You should now be inside the movie clip. 
Step 6
Click on frame 100 of layer 1 and press F5 key.
Step 7
Create a new layer above the layer 1 and name it percent.
Step 8
Using the drag and drop technique, move the percent layer below the layer 1. See the picture below. 
Step 9
Lock layer 1, select percent layer and take again the Text tool (T), and go to the Properties Panel (Ctrl+F3) below the stage. Then, select the following options:
a) Select a Dynamic Text field,
b) Select a Arial font.
c) Choose 32 as font size.
d) Select #313F4D as color.
e) As the rendering option, select Anti - alias for readability.
f) For Var: type ?percent1″
Then, type, on the position like it is shown on the picture below “100%”. See the picture below. 
Step 10
Go back on the main scene (Scene 1). Take the Selection Tool (V), click once on the ?preloader? to select it and open the Action Script Panel (F9). Then, enter the following Action Script code inside the actions panel:
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int(loaded/total*100);
percent1 = “”+percent+”%”;
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
with preloader!
To see how its work, create a new layer above the preloader layer, click on layer 2 and press F6 key. Then, put on that frame some movie, picture? After that, while you”re still on frame 2, go to the A.S.panel (F9) and type:
stop();
Then, go back on frame 1 of layer preloader and in A.S.panel type again:
stop();
Have a nice day!
Download source file (.fla)
12:08 am by admin in Misc. Jive, The Good Word
Learn how to create a special picture effect using the mask. This effect is very useful and you can use it for banners, header animation or wherever you like. To create this lesson, you don”t have to use action script code.
Step 1
Create a new Flash Documet, choose File > Import > Import to Stage (Ctrl+R) and import any picture. Frame rate set to 32 Fps (Frames per second). 
Step 2
Double click on layer 1 to rename its name into pictures.
Step 3
Insert a new layer and name it mask. 
Step 4
Lock the “pictures” layer, select the mask layer, take the Rectangle Tool (R), Stroke color must be switched off, under fill color choose any color and draw a “rectangle” like it is shown on the picture below! 

Step 5
Take the Selection Tool (V), and do like it is shown on the picture below! 
Step 6
Finally, your “rectangle” must look this: 
Step 7
Select the “rectangle” and press F8 (Convert to Symbol). In Convert to Symbol window under Type choose a Graphic, name it whatever you like and press ok. Look at the picture below! 
Step 8
Click on the twentieth frame of layer pictures and press F5. After that click on the twentieth frame of layer mask and press F6 (keyframe). While you”re still on the twentieth frame of layer mask, using arrows key, or by mouse, move your “rectangle” on the position like it is shown on the picture below! 


Step 9
Click on the first frame of layer mask, open the Properties Panel (Ctrl+F3) and under Tween choose Motion. 

Step 10
Select the mask layer and choose right-click and select mask to turn the layer into a mask. 

Step 11
Click on the twentieth frame of layer mask, open the Action Script Panel (F9) and paste this script:
stop ();
Now, for the first picture. You can apply this effect on many pictures if you like.
Download source file (.fla)
Oldies, but Goodies!
There was a time a few years ago where Flash Intro’s were gaining popularity. That time is long gone and now it is common knowledge that Flash Intro’s are considered bad design and should no longer be used.
When people visit a site they are interested in the content contained on this site. A […]
Shortcut-keys are an essential tool for any serious Flash Animator/Developer. Get to know them and you will be able to work much more efficiently. A complete list of shortcut-keys is listed on the Adobe-Macromedia website as a tech note.
One technique that I sometimes use is to write down (on […]
Found another great Flash made music video from the animation group MonkeeHub. The band is Nizlopi and the song is called JCB. The animation is this video is incredible and very creative, an inspiration.
In this tutorial you will learn how to password protect your Flash Movie or Application by loading in a password that is located in an external text file. This will be presented in a step-by-step format.
1. First create an actions layer and a text layer in your Flash document.
2. Now draw your elements on the […]
Click here to see the completed swf file.
Begin by downloading the following Flash MX 2004 file: tankPart2_rotation_artillery.fla. This file contains all the movieclips that you will need without the actionscript. We will fill that in during the tutorial.
Edited: Here is the source file.
This tutorial is broken up into two main sections:
i. Cannon Movement
ii. […]
What's the dilly, yo?
Its Amazing Stuff
Categories
Archives