Make your first Flash site

——————————————–


100% FREE DOWNLOAD: Discover How To Triple Your PC’s Performance Without Spending a SINGLE Cent On Expensive Hardware! Get FREE Access Here ===> Download Here


——————————————–


Is the most basic of AS is management features of the timeline. Which is:


Play ();
Stop ();
gotoAndPlay ();
gotoAndStop ();
nextFrame ();
nextScene ();
prevFrame ();
prevScene ();


With only the knowledge of these functions, the animation timeline, the concept of film clips and copy. Now you can build full Flash site. Will not be the most stunning Flash site on the face of the planet, but you can always trick it by using your creativity of animation on the timeline.


OK. Now, let’s not-see-stunning-flash-site-on-the-face-of-the-planet.
For the purposes of simplification and my laziness also, we will be doing 3 page site.


1. Fire up Flash and open a new document. duh code
2. To an empty movie clip. Give it an instance name “pages” (without quotation marks). In this movie clip
We will be animating how our pages will display when the user will click the link to it.
The structure of the timeline of the movie clip will be like this.


page1animation – – – – Stop ();-page2animation – – – – –-Stop (); page3animation – – – –-Stop ();


It is mainly a series of intro animations for our pages to stop (); function at the end of it.
Make a simple fade in effect for each.
To label the first frame of each animation keyframes.
“page1animation” on page 1. “page2animation” on page 2, etc. Without the quotations.


3. Now back to the main timeline and create 3 buttons. Buttons for text will do for this tutorial.
The text of the three buttons will be page 1, page 2 and 3. You get the idea.


4. Now click for page 1 and add those codes.


on (release)
{
_ root.Pages. gotoAndPlay (“page1animation”);
}


page 2 Add these codes.


on (release)
{
_ root.Pages. gotoAndPlay (“page2animation”);
}


to add page 3 these codes.


on (release)
{
_ root.Pages. gotoAndPlay (“page3animation”);
}


What code is that when the user clicks the button, it
Specifies the movieclip with the name of the instance of “pages”, which is located in the _ root (the main timeline)
to begin play in the framework of the given label.


Now if you have made my instructions correctly will have this output.
Well not exactly like this because I added some color and layout for it, but other than its exact
same as my tutorial.


Now this is the end of this tutorial. Well, if you are lazy enough to follow the instructions.
Then just download the source file and analyze it. Click here.


You can request a tutorial in the optionxplicit@gmail.com


——————————————–


100% FREE DOWNLOAD: Discover How To Triple Your PC’s Performance Without Spending a SINGLE Cent On Expensive Hardware! Get FREE Access Here ===> Download Here


——————————————–

Related Blogs

  • Related Blogs on first
  • Related Blogs on Flash

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>