Related Tutorials
Mask Attached to the MouseIn this tutorial you will learn how to create a mask which follows the mouse.
Masks Attached to Mouse
The aim of the tutorial is to learn how to create a mask which follows the mouse.
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.
Sliding Mask with Easing
In this tutorial I will show you how to create a slick sliding effect that reveals an image while covering another one.As is shown in the example below, this slideover is done with easing. Move your mouse over the movie and see how the imaginary line between the two images is slowing down as it approaches your mouse.
Dynamic Mouse Trail in Flash
Learn how to create a cool mouse trail effect that gets dynamically generated as your mouse moves. A popular effect that you can add to your applications is a mouse trail. In case you are not familiar with them, mouse trails are nothing more than some content that follows your mouse around the screen. What makes them a little different from a standard "follow mouse" effect is that they often trail your mouse movement by a few milliseconds. This has the effect of providing you with the illusion of your mouse cursor leaving behind a trail of where it has been in the past.
Using mask layers
This flash tutorial will demonstrate the use of mask layers. Mask layer reveal portions of the layer/layers below it. This effect is very simple but can be used to create lots of different mask effects.
How To Create & Add A Simple Mask
you will learn the following:How to create and use a fill shape as a mask in Flash,How to preview a mask in Flash,How to use the timeline window to animate the mask in Flash.
Eyes following mouse cursor
A simple and easy tutorial for you to know how to use the mouse interactivity in Actionscript 3. Well create the eyes for an alien character that will follow the mouse. Also well hide the mouse and change it with something else. All this is done in a general Movie Clip so you can drag it in your project .
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.
Making Mouse Trails
This tutorial takes you through the process of creating a mouse trail, that popular effect when a series of objects follows the mouse pointer around.
Simple mask appearance
In this tutorial, you will see how to create simple mask appearance in flash, using the action script a little. You will also learn how to import an image into a flash, how to mask it, how to apply flash filters on any object and more.
Mouse control and actionscript
Our world of Flash interactivities will suddenly shrink if our mouse was taken away from us, the mouse is with the keyboard a very important input device that let us converse quickly and efficiently with our Flash applications. Fortunately actionscript has some built in methods, properties and events that are going to be very handy to give us control and information on the mouse activity.
Mouse Follower
This tutorial will show you how to create a movie clip that will follow your mouse pointer. The Mouse Follower is useful for menu on-the-go.
Mouse.Hide meets With
This Flash tutorial will show you how to use the mouse.hide action to create a custom mouse cursor.
scanning cursor that shows the mouse coordinates
Learn to make a crosshair cursor that replaces the system mouse and how to show the current position of the mouse with a dynamic text field.
Flash Masking
Masking, in itself, is a very simple process. You take one image, (the mask), and you stick something under it, (the masked). Whatever the shape of the mask is, is how the masked will look. Kinda like cutting a shape out of a piece of paper and laying the paper cutout on top of another sheet of a different color. Only the shape of the mask shows the shape of the underlying layer.
Draggable Mask
First 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.
Creating A Custom Mouse Curser In Flash
I'm going to show you how to make your mouse arrow customized using simple actionscript in Flash. This is a neat effect you can use if you want the mouse to match the scheme of your site, but try not to go overboard as lots of Flash developers have done in the past.
Detecting the Mouse Angle - Easily
This tutorial presents a fast easy method for determining an approximation of the mouse angle, and an exact method for calculating the movement of a bullet from the origin to the mouse.
Advanced mask prelaoder
This tutorial and see how to create advanced mask preloader in flash 8, using the Action Script.
Strobe Writing - Mask Layer
This tutorial uses six images, two words, eleven frames, and one mask layer to create its very simple yet very lively and eye-catching effect.
Animated Masks
This tutorial shows you how to make a simple animated Mask in Flash. A Mask is an object which hides something. In Flash Masks are used with layers and they provide a simple way to selectively reveal portions of the Layer or Layers below. Masking requires making one Layer a Mask Layer and the Layers below it become only partly visible or masked.
ActionScript mask that a user can drag around
Learn to easily create a mask via ActionScript.
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.
Advanced Mask Effect
This tutorial will also teach you how to use Line Tool and how to create by Color Mixer Panel gradient shape. This Mask Effect is really helpful, and you can use it for banners, header animation, picture effects, or wherever you want.
Line Mask Effect
This is a great little effect that can be used as a banner or header or whatever else you might have in mind. The outcome depends on how long you're willing to spend to make it look good. To see an example of the basic mask effect.
Line Mask Effect
Create a killer mask effect, this is a great little effect that can be used as a banner or header or whatever else you might have in mind.
Creating multiple masks
This is very simple to the Animated Mask tutorial. We'll take you from start to finish, but if you're up to speed on the Animated Mask Tutorial, you'll probably be able to give this a perfunctory glance and move on.
Mask Text Effect
In this easy tutorial, I will show you how to create cool mask text effect using the action script code.
Transforming a movie clip into a draggable mask via ActionScript
In this really easy tutorial, I will show you how to set up a mask via ActionScript and make it draggable.Click on the rectangle in the Flash example below and drag it around to see what you'll learn to create.
Mask Picture Effect
In this detailed tutorial I will show you how to create advanced mask picture effect using the Action Script.
The Tank: Part 2: Rotating and Shooting the Cannon
In this Flash tutorial you will learn how to make the cannon on the tank rotate wherever the mouse is pointing and shoot whenever the left mouse button is clicked. Topics covered in this tutorial: mouse angle detection, onMouseDown event, duplicateMovieClip, rotation and actionscript controlled motion.
Mouse Over Effect Part 1
This tutorial demonstrates how to enlarge an image on mouse over in Flash Designer.
Mask text scroller banner
Make an effective, attractive ad banner by animating giant scrolling text across it. What is even better, the text is a mask, revealing an image beneath it.
Dynamic mask in Actionscript 3
In this Flash tutorial you will learn how to create a dynamic draggable mask in Actionscript 3.0.
Changing _rotation to point at stuff, like the mouse.
This is a short script that can be used to make a movieclip rotate in the direction of another object, such as the mouse.
Creating a Magnifying Glass
The aim of the tutorial is to learn how to create a magnifying glass using a very simple piece of code. You will also learn how to attach several Movie clips to the mouse, some move with the mouse and others move in the opposite direction to the mouse. You will also learn how to use masks in Flash MX.
Creating a Magnifying Glass
The aim of the tutorial is to learn how to create a Magnifying Glass using a very simple piece of code. You will also learn how to attach several Movie clips to the mouse, some move with the mouse and others move in the opposite direction to the mouse. You will also learn how to use masks in Flash MX.
Mask Flash menu
In this tutorial you have a chance to learn how to create advanced mask flash menu in flash 8 using Action Script.
Animated Mask
Making an animated mask in Flash is a simple and useful operation that can allow quite complex and breathtaking animation sequences to be produced with a little imagination and ingenuity. For this tutorial I will make a simple animation that unmasks a text header.

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