--Flash-- Quick Stickman Animation
This tutorial will show you how can you animate a stickman in macromedia flash.
A place for all video tutorials
This tutorial will show you how can you animate a stickman in macromedia flash.
Posted by
tutorials
at
10:38 PM
Labels: --Macromedia Flash--
.
12. Now we have to create title. Insert new layer. On 120th frame create last position of title using text tool and convert it to movie clip:
13. Copy 120th frame of "title layer" and paste it to 46th frame. Move title to where you want to be its first position and set Alpha to 10%:
14. Click somewhere between 46th and 120th frame, create motion tween and also set Ease to +100:
15. Now repeat steps 8-11 to create animated line under the title. After that you should have something like this:
click to enlarge
click to enlarge
16. Now insert new layer for "enter" button. On 120th frame create button and convert it to button:
17. Copy 120th frame of "enter layer" and paste it to 80th frame. On 80th frame set alpha to 0%:
18. Click somewhere between 80th and 120th frame and create motion tween with Ease -100:
19. Insert another layer for actions. On 120th frame insert blank Keyframe and in actionscript (press F9) write: stop();
20. If you want to add some loop music to your intro go back to root, insert new layer for music and add sound on it just like this:
That's it! Your Flash site intro is ready to go!
You can download finished .fla file here:
Flash Intro (fla file)
You can see Flash site intro here:
Flash Site Intro
Posted by
tutorials
at
7:49 AM
Labels: --Macromedia Flash--
.
From this tutorial you can learn how to make Flash site intro like this one:
Business Site Intro
(click to see intro)
1. Open new flash document (size depends on your background image), set frame rate to 25 and import your background image (Ctrl+R):
2. Lock the Background layer, insert new layer, import object (in my case "euro") and convert it to movie clip (F8):
3. Then double click on euro to enter in "intro" movie clip and convert euro again to movie clip:
4. Drag 1st frame to 46th, select euro object and set Alpha to 10%:
5. Now select 120th frame and press F6 to copy content of 46th frame to 120th. Move euro to the last position where you want it to be and set Alpha to 85%:
6. Click somewhere between 46th and 120th frame and make Motion Tween:
7. Also set Ease to +100 and Rotation (CW) to 1:
8. Insert new layer and on 120th frame draw a black line and set its Alpha to 75% just like this:
9. Now copy 120th frame of "line layer" and paste it to 16th frame on same layer. Use transform tool to transform line as in picture below and set its alpha to 5%:
10. Click somewhere between 16th and 120th frame and create Shape Tween:
11. Also set Ease to +100:
Next Page---> Business Site Intro part2
Posted by
tutorials
at
7:16 AM
Labels: --Macromedia Flash--
A brief tutorial about making an animated sprite character in Macromedia Flash
Macromedia Flash
Posted by
tutorials
at
5:02 PM
Labels: --Macromedia Flash--
This is tutorial on how to make a simple Flash site with iPod interface.
1. Open new flash document, set dimensions based on your image, set frame rate to 25 and import your iPod image (Ctrl+R):
2. Lock layer with background image and make new layer for links (buttons):
3. Use text tool to create links on new layer:
4. Now convert links to buttons (select every link separately and pres F8 to convert it):
5. Now select Rectangle Tool and draw shape over iPod's display. Select it and press F8 to convert to Movie Clip:
6. Also set Instance Name: display
7. Set Alpha: 60% for display
8. Now double click on display to enter it's stage and move first frame to right form 1st to 2nd frame (drag it) just like this:
9. Now select first frame and in actionscript write code: stop();
10. Select 26th frame (left click on it) and press F6 to expand timeline to 26th frame with same keyframe as 2nd one:
11. Select 2nd frame and transform display like this:
12. Now set display's Alpha to 0% on 2nd frame:
Next Page ---> iPod Flash Site part2
.
Posted by
tutorials
at
10:52 AM
Labels: --Macromedia Flash--
.
13. Now create Shape Tween:
14. Insert new layer for content and on 26th frame (last one) of new layer add content that will appear when someone click on link 1 (in our case "About iPod" link):
15. Insert one more layer that will be used for actions and on first frame enter its name: "l1"
16. Now drag it form 1st to 2nd frame:
17. Select 26th frame (last one) on last layer, insert keyframe and in actionscript write code: stop();
18. Now select all frames on stage from 2nd to 26th and copy frames:
19. Than select 27th frame for all 3 layers and paste frames:
20. Change name "l1" to "l2":
21. Also replace content for l2 (link 2) on last frame in 2nd layer:
22. Repeat steps from 18 to 21 for the other two links.
23. Go back to root, select link 1 (About iPod) and in action script write this code:
on (release){
_root.display.gotoAndPlay("l1");
}
24. Do the same thing for other 3 links except "l1" for link 2 will be "l2":
on (release){
_root.display.gotoAndPlay("l2");
}
For link 3 it will be "l3"... (you got the point)
Thats it! Flash site is finished!
You can see finished flash site by clicking on link below:
iPod Flash Site
You can download finished .fla file here:
Download .fla file
If you have any questions about this tutorial contact me: chilefirst@gmail.com
Posted by
tutorials
at
9:25 AM
Labels: --Macromedia Flash--