Related Tutorials
Draggable MaskFirst of all you will need to create a movie clip, for arguments sake call it masker with an instance name of masker_mc. by default, I make my masks a circle but seeing as it a movie clip you can even make it a moving mask, to do this, go into the masker editer screen and make any movie or picture you want. After creating the movieclip create 2 more layers but make sure the layer with the mask is o top the layer with the thing you want to mask second and the thing you want to show on top (the "veil") third.
Converting code into a class
The following example creates an ActionScript class which encapsulates all the logic that makes a movie clip draggable. Now whenever a new instance of this class is created, the shape is automatically draggable without having to write additional code for each instance on the Stage.
Custom Mouse Cursor Used Together With Draggable Objects
Using this tutorial, you will learn how to create and implement a text mask to customize your mouse cursor with a movie clip.
Dynamic mask in Actionscript 3
In this Flash tutorial you will learn how to create a dynamic draggable mask in Actionscript 3.0.
Preload External Flash Movies using Movie Clips
This tutorial shows you an easy way to load one Flash Movie into another. This loads the external Flash SWF Movie into a Movie Clip with the help of the Progress Bar Component. Loading a Movie into an MC means that you can address the Movie Clip in the ActionScript and change the Movie Clips properties. This MC includes the external swf file so any change that you impose on the Movie Clip also changes the external Movie nested within.
Fading objects with actionscript code
While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip
Draggable Masks
Learn how to dynamically create a mask and drag it across your movie.
Change movie clip colour in Actionscript 3
In this Flash tutorial you will learn how to change the colour of a movie clip in Actionscript 3.0 using the ColorTransform class.
How to Add Mask to A Movie Clip Using Action Script
A Simple step on how to add mask to a movie clip using action script
Setting The X Position Of A Movie Clip
Today's I will show you how to set the horizontal position of a movie clip in flash using actionscript
Drag Mask illusion
In this tutorial we are going to make a drag mask effect. We all know (who are advanced in flash) that masks CANNOT be dragged. So, in order to create the illusion of dragging a mask, we will create ONE movie clip and write some very simple script.
Moving and rotating a rocket spaceship with button symbols
In this lesson, you will learn how to manipulate a movie clip via button symbols. You will create an interface and write ActionScript that will enable the rotation and movement of a movie clip across the screen.
Attach movie clip dynamically in Actionscript 3
In this tutorial you will learn how to attach a movie clip dynamically in Actionscript 3.0.
How to Make A Movie Clip Move in a specific Path
This can help greatly with ease animating. Without wasting no time lets assume you have your movie on your stage. If you don't know how to convert an object into a movie clip. After you might have finish drawing your character select it and press f8. then select the movie clip radio button and press OK.
Dragable Mask Effect
Since a mask cannot be dragged, you need to created the illusion to achieve the desired effect. It requires two movie clip, one of which is your masked image, a button (for dragging), and some fairly simple scripting.
Draggable dynamic masking
This Flash tutorial will teach you how to create draggable dynamic mask.
Animating Filters with ActionScript
Learn how to animate filters with ActionScript. This can be added to a variety of objects in Flash including Movie Clips, Buttons & Text. In this example I will place a photo in a Movie Clip and animate a Glow Filter.
How to use an external .swf as a library
I'm sure you already know that if you load an external .swf into your movie, you can then use actionscript in the main movie to attach movie clips in that movie's library IN THE LOADED LAYER ONLY.For instance, if I had a .swf called "myswf.swf" and it had a movie clip in it's library exported for actionscript and labeled "myMovie":
Consistent Animation of a Background Movie Clip Across Different Scenes
Simple lines of code to add to your movie clip to prevent the movie from starting over when switching between scenes or the movie is reloaded.
Mask Attached to the Mouse
This tutorial aims to teach beginners how to create a draggable mouse mask from A to Z.
Converting Animation on the Stage into a Movie Clip
If you've created an animated sequence on the Stage and want to reuse it elsewhere in the movie, or if you want to manipulate it as an instance, you can select it and save it as a movie clip symbol.
Load Movies into Levels and Movie clips Flash tutorial
The aim of the tutorial is to learn how to use Levels to load several Flash movies (or Jpegs) simultaneously into a single shockwave file (swf). How to switch between one Flash movie and another without loading a new web page. How to load a new movie into a movie clip of a pre-existing movie. To do this we need to look at the following ActionScript keywords.
Controlling Movie Clip
This tutorial will show you how to control the Movie Clip in flash using the Action Script and buttons.
Spinning Movie Clip
This tutorial will teach you how to rotate Movie Clip using Action Script and buttons in Flash 8.
ActionScript mask that a user can drag around
Learn to easily create a mask via ActionScript.
Sliding menus
How to get a menu or any movie clip to slide in from the top or side of the page using actionscript.
Movie Clips
A Movie Clip is a movie, like any of which we can have created until now in this tutorial, but this one is included within another movie and at the same time it can contain movies inserted in itself.
Making a Movie Clip move across the stage
How to make a one frame move just adding action script to a movie clip.
Creating a movie in a movie
This is a tutorial is very simple for those new to flash. It is designed as a scaffolding task. This means that the learner will be able to apply a simply learned knowledge to many more complex ideas as they are encountered in more complex environments. We will accomplish two objectives in this tutorial. Objective one is to illustrate one way of creating a small secondary flash movie symbol, also called a movie clip using the 'create symbol function' in the library panel. The second objective is to illustrate how a movie clip is used as part of a main flash movie. The example we provided here is an animation that plays when you mouse over a button.
Movie Clip Button
A painless button using a movie clip that animates one way on rollOver and another way on rollOut.
How To Use a Button to Tell a Movie Clip To Play Flash MX 2004
Using the behaviors panel to add a on(Release) action to a button to tell a movie clip to play.
The power of Action Script
In this tutorial you have a chance to learn how to create a simple Action Script example.When I drag my Movie Clip above the another Movie Clip, something happens.
Increase/Decrease Movie Clip by button
This tutorial will teach you how to Increase and decrease a Movie Clip using buttons and Action Script in flash 8.
Creating clickable and draggable shapes
In this example, you'll explore some of the new features in the Flash Professional 9 ActionScript 3.0 Preview. You will create a simple shape and make it clickable using the improved event model. In later examples, you will make the shape draggable, turn your code into a class, and dynamically create a class instance.
Scrolling A Movie
This page will help you make a scrolling movie clip. They're cool for displaying things in your movie. I needed to make this file because of how bad all the other tutorials were for this. This scroller will accomplish a couple of tasks * It will be able to scroll any kind of content without having to set anything different in the script * you will be able to "throw" the scroller * and it will be able to have links in it and change the content of what your scrolling this thing is actually pretty easy to do just as long as you know about the basic stuff in action script like setting variables and movie clip properties.
Creating a Simple Flash Website
This tutorial will teach you how to create a simple flash website that has three sections. We are not going to use any advanced ActionScript and will rely only on the GotoAndPlay method to control our movie clip. You can view an example of what we're going to create in the Flash movie below.
Input Boxes
How to create an input box and get buttons to change a movie clip based on what the user has typed into the input box. There is also a reset button which changes the movie clip to the original default.
Mass Collision Detection
The goal of this tutorial is to demonstrate an efficient way to detect collisions between multiple instances two movie clips.When you're finished with this tutorial you will understand an efficient method for detecting collisions between multiple instances of one movie clip and multiple instances of another movie clip, and be able to apply that knowledge.
Drop target property
This flash tutorial will teach you about the drop target property. The drop target property evaluates an instance of a movie clip with the eval() function. This allows us to check whether an object has been dropped onto another object. This tutorial uses the same startDrag and stopDrag methods from the draggable objects tutorial.
Change movie clip colour randomly in AS3
In this tutorial the colour of the movie clip will change randomly using the ColorTransform class and the Math.random method.

Report
Adobe Fireworks
Adobe Flash
Adobe Illustrator
Adobe Image Ready
Adobe Photoshop
3D Studio Max
Cinema 4D
Maya 3D
Microsoft Excel
Microsoft PowerPoint
Microsoft Word
Microsoft Access
MySQL
C and C++
Python
Visual Basic
.htaccess
Adobe DreamWeaver
ASP
CGI & Perl
CSS
Java
JavaScript
Microsoft FrontPage
Windows Vista
Windows 7