843 Views
20 Aug
Its been long time since my latest flash tutorial flash animation for beginner. Today isnpired by my teaching SAP, I’m Creating Pop Up button tutorial with Macromedia Flash.
I assume you have basic flash knowledge.
(CLICK FOR ENLARGE THE IMAGE)
1. Create New file. File->new
2. Created New object that will become button. Convert it as Button (f8). Named as “popup”
3. Convert the button again (f8) this time change into Movie Clip.
4. Enter the Movie Clip Area (Double Click the object)
5. Lock the Button layer
6. Create new layer above it. Named it “Invisible button layer”
7. Created area that cover the first button (popup button)
8. Change the area into button named at “Invisible button”
9. Enter the Invisible button Area (Double Click the object)
10. Erase the shape.
11. Coma back to Movie Clip area and lock the “Invisible button layer”
12. Create new layer above it. Named it “target”
13. Insert key frame at frame 3 and create text. After that Lock it
14. Create new layer above it. Named it “Menu”
15. Insert key frame at frame 2 and create object for pop up menu
16. Convert it as Button
DONE…. for designing
Now.. lets step to coding part
1. Un lock all layers
2. At frame 1 and 2 write action-frame
stop();
3. At “Invisible button” write action-button
on(rollOver)
{
gotoandStop(2);
}
4. at “Menu” write action-button
on (press) {
gotoAndStop(3);
}
5. Ctrl+Enter to execute.
You done. ^^
If you have any question, pls feel free to ask.
This is my FLA FILE. You can download HERE
| If you like my post, please Subscribe to this blog by Email or by RSS FEED |
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
This site Best viewed at MOZILLA FIREFOX 1024 x 768 px
If you use other browser, maybe you will find error.
Want to get Firefox FREE to browsing SAVER and FASTER?
Just click link bellow and install it at your PC
![]()
WANT EXCHANGE LINK?
Click This link to add Ur link FREE
great tutorial. If you don’t mind make a tutorial how to make drop down menu with flash.
Umh.. actually it is drop down menu tutorial. But most people said it pop up menu. So I named it so. Thx for reading my tutorial
upsss, sorry.
Because you name it like that, so I’m not download your fla file.