Home Website Templates Website Hosting Free Templates Free Flash Templates Free WordPress Themes Tutorials Blog Contact Us
Types
HTML5 Website Templates (new)
Easy Flash Templates
Website Templates
Mobile Responsive Templates (new)
Flash Templates
Flash Animated
Flash Intro
eCommerce Templates
PhotoVideoAdmin Templates
GalleryAdmin Flash Templates
VideoAdmin Flash Templates
Joomla Templates (new)
PowerPoint Templates (new)
OpenCart Templates (new)
Categories

Animal & pets
Art & Artworks
Books & Literature
Business & Finance
Cars & Vehicles
Children
Communications
Computers
Dating
Education
Electronics
Entertainment
Fashion & Beauty
Flip books & Notebooks
Flowers
Food & Drink
Futuristic
Gambling
General
Healthcare
Hobby
Industry & Constructions
Interior & Furniture
Jewelry
Marina & Water
Media
Music
Night Clubs
Personal Page
Photography
Real Estate
Religious
Science & High Tech
Shopping
Society
Spiritual
Sports
Travel
Web Design
Web Hosting
Marriage/Wedding
Do You Like Our Website? Share With Others!

Share |

How to Change the Movie Visibility Using Action Script in Flash MX 2004
Movie clip has a lot of properties and many of them may be changed using action script coding. I want to teach you how you may influence the visibility of your movie clip. If you experience some difficulties while reading this tutorial it is recommended to read all the previous tutorials on http://www.metamorphozis.com written by me as some aspects might be discussed earlier.

1. Launch Flash MX 2004

2. Create new Flash file. Click File > New…
Screenshot

3. Select Flash Document in a new window
Screenshot

4. With the "Oval Tool (O)" draw a simple circle. Set its background color to black. Rename this layer to "shape".
Screenshot

5. Convert oval shape to a movie clip. Change the instance name of the movie clip to "shape"
Screenshot

6. Create new layer. Name it "button1". With the "Rectangle Tool (R)" draw the rectangle shape inside that layer. Convert this shape to button.
Screenshot

7. With the "Text Tool (T)" create label for that button: Make shape invisible.
Screenshot

8. Add the following action script code to that button:
on (press) {
tellTarget ("/shape") {
if (_alpha-5>0) {
_alpha-=15;
}
}
}
Screenshot

9. Press "Ctrl+Enter" and make several clicks on the button. If everything was done correctly you should see that the oval shape disappeared. Now we need to create the button to bring the shape back visible.
Create new layer, name it "button2". With the "Rectangle Tool (R)" draw another button. Make a label for it: "Make shape visible"
Screenshot

10. Add the following action script code to that button:
on (press) {
tellTarget ("/shape") {
if (_alpha+5<100) {
_alpha+=15;
}
}
}
Screenshot

11. Press "Ctrl+Enter". Click on those buttons to see if they both work fine. That's all folks! Thanks for reading!

Click here to download source fla file.

About the Author: Oleg Lazarenko
Production manager of Metamorphosis Design
Flash Templates,Custom design, Website Templates,
Web design Articles and Tutorials.

You may reprint this tutorial for free as long as the content, About the Author sections and all links remain unchanged.

Featured Flash Templates

Shop Secure With PayPal. We accept all Major Credit Cards.
Our Partners
Free Flash Templates Free CSS Templates Free Web Templates Your Link Here... Website Design Blog
Top Sites  |  Link To Us  |  Resources  |  Terms Of Use  |  Privacy Policy  |  Site Map  |  Template Tour  |  Call Back Request  |  What's Cool?  |  Software Development  |  Portfolio
Home Website Templates Website Hosting Free Templates Free Flash Templates Free WordPress Themes Tutorials Blog Contact Us
Copyright © by Metamorphosis Website Design 2003-2013. All rights reserved