Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Once you select OK you will enter the editing canvas for the new MovieClip timeline. It looks just like a main timeline!
Here we are going to create a simple tween to act as our animation for the purpose this tutorial.
On the canvas draw a box or and shape you like. It should be something different from the circle we made in Step 1. I will draw a box.
Note: Keep in mind the simplicity of this MovieClip or the button we are creating are for tutorial purposes only. You can expand these simple concepts in Flash programming to add very powerful features to a Flash movie!
INSERT IMAGE 7 HERE
Advanced Note: There is a "+" sign in the middle of the canvas. Pay close attention to this anchor point. Although it is not important in this tutorial, it is very important when you advance to loading MovieClips in emptyMovieClips for example. This anchor point is the reference point loading movies will use while placing themselves on the main timeline. For example MovieClip_A on the main timeline has its anchor point in the top left corner -- therefore when calling a seconf clip to replace MovieClip_A, MovieClip_B will load in the same exact place if its anchor point is also located in the same place - top left corner.