Adobe Flash Interactivity tutorials
This flash tutorial will teach you how to limit the keyboard movements of an object on the stage.
Related Tutorials
Limit stage boundaries in Actionscript 3
In this Flash tutorial you will learn how to limit hte stage boundaries in Actionscript 3.
Limit drag and drop in Actionscript 3
In this Flash tutorial you will learn how to limit the drag and drop within the stage boundaries.
Dynamically Attaching Components
Its pretty straight forward for any flash user to drag a component onto the stage from the components panel and change its parameters. What if you want to attach one of the components onto the stage with actionscript, during your movie and have it function as it does when it is simply dragged on the stage.
Add and Remove Items on Stage with ActionScript - The Remove Child Method
Another great say-web tutorial.Start an empty stage, elements are created Placed and Removed on Stage using Actionscript 3.0 - Great Narration
Limit colours in the colourPicker component
In this tutorial you will learn how to limit the amount of colour swatches in a colour picker component in Actionscript 3.0.
Aligning objects on stage
Learn to use the Align panel in conjunction with grouping to place your objects where you want them, perfectly parallel between them, with same distances between them and centered on stage.
Creating a Dry Erase Board in Flash Using ActionScript
Want your users to stick around your website a little longer? Try giving them something interactive to do, like drawing on the stage. In this video, you will learn how to allow your users to click and drag on the stage in order to create their own drawings.
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.
Loading Images into Stage using ActionScript 3.0
Loading Images into stage is much similar to loading text or html, we need a url request, a loader and then addchild. On this video tutorial we show how simple it is. Works for png, jpg and bmp.
Creating a Bungee Ball Effect in Flash Using ActionScript
In this tutorial, you will learn how to create a circle that the user can drag around the stage. But when the user releases his mouse, the circle will snap back to the center of the stage as though it were tied to a bungee cord.
What is a Class and How to Create it
Classes are the best way to reuse code and apply a behavior simultaneously to all instances on stage. This tutorial teaches how to create an ActionScript class on a separate file and apply on a movie clip symbol with several instances on stage.
Make a ship that you control with dir keys!
On the Stage, make a movieClip and name it 'ship' or 'player' or whatever will identify the MC as YOU! Go Back to the Main Stage and name the MC's Instance the same as you named the MC (Once again, you don't have to name it the same, just as long as you can identify it). Make it look like a small space ship.
Video: Child Index - Removing Items from Stage with RemoveChildAt Method
remove stage items using child index and removechildat method.
Sliding Menus
This tutorial is to learn how to create a menu or other object that slides on and off stage.
Simple Hit Test for a wall
A really easy way to make sure an objecy can't leave the stage.
Sliding Menus
The aim of the tutorial is to learn how to create a menu or other object that slides on and off stage.
Moving Menus on RollOver using ActionScript
This tutorial is to learn how to create a menu or other object that slides on and off stage.
Deco tool
This effect lets you fill the stage with a symbol from the library into a grid structure like a tiled background or checkerboard.
Pencil Drawing
This tutorial will help the user to show a handwritinf/drawing effect on the stage.
Animating Lines in Flash
This tutorial, you'll learn how to animate a series of lines to make it look like they're drawing themselves onto the stage.
Typewriter Effect in Flash
Create a typewriter animation where the user can see the text being typed onto the stage synced up with sound.
Create and style textfields with AS3
In this Flash actionscript 3.0 tutorial you will see how to dynamically create a textfield on the stage, giving it properties and add some styling to it, all done with actionscripting.
Key controls
We are going to teach you about the basic key controls. This adds interactivity to your objects as they are able to move on stage using the arrows keys.
Keyboard controls in AS3
In this Flash tutorial you will learn how to control an object on the stage using the keyboard controls in Actionscript 3.0.
VIDEO: Using the Slider Component
Learn how to control and track item position on stage using the slider component.
Creating an Image-Beam in Flash
In this tutorial, you'll learn how to create an animation where you dematerialize an image into a bunch of small squares and then animate those squares off the stage.
Loading Text from a File URL Loader
On this Flash ActionScript 3.0 High Definition (HD) tutorial we load a text from a file into stage using a URLLoader and URLRequest variables.
Dynamically creating instances of a class
You needn't always drag an instance of a symbol onto the Stage during authoring time; you can also create new instances of a class in the Library using ActionScript by using the new operator.
Detecting the Mouse Angle
Learn how to detect the mouse angle subtended from the center of a movie stage. This has useful applications in arcade games as it will give the enemy the ability to track you.
Bounding Box + Ball
A simple bit of ActionScripting to produce a motion that is almost impossible to re-create as a tween frame by frame. A ball that moves around the stage off its own bat and stays within the boundry specified.
Claculator Part 2: Duplicating the Number Buttons
Here we have a master button created, with effects green for mouse over and red for hit, and we duplicate 10 times one for each digit. It is possible to create and duplicate instances of the same class, and is also possible to align the items on stage using the x and property.
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
ComboBox Component Interactivity
In Flash, the ComboBox component is basically nothing more than your basic dropdown list that you see in forms on the Internet. In this video, you'll learn how to use this component to communicate with another movie clip on the stage.
Creating an Active Search List
This tutorial to help you understand the workings of the filtering list script. Further notes on my variables, what they are for, and how to deal with that nagging '200,000 calculation limit in one action list' problem are included inside the .FLA. No-- I know not everyone has encountered this problem unless they have programmed an infinite loop but I hit this problem frequently.
Create a Comission Calculator
In this 7 minutes Flash tutorial in High Definition (HD) resolution, Avraham draws a calculator on stage and adds functionality. Great examples on different text types in Flash, Static, Input and Dynamic.
How To Create A Dynamic Web Site In Flash MX
This tutorial shows you how to create a basic website with nothing on the stage. This will involve dynamically loading jpegs and creating movieclips via actionscript. Some of the material covered will be advanced but I will go through it step by step.
Mouse x-y Coordinates
Any visual object on stage are represented by x and y coordinates. This tutorial will show you how to create some object which will folow the mouse moving, using action script.
Creating Simple Buttons
This tutorial is designed for people who have little Experience of using Flash. The aim of the tutorial is to be able to create your own buttons, how to Align objects to the stage and create layers.
Moving Movie Clips with the Arrow Keys Tutorial
In this tutorial I will teach you how to move a MovieClip around the stage with the arrow keys using actionscript.
Rain effect
This Flash tutorial will teach you how to create a simple rain effect. This creates the effect of rain drops falling vertically from the top of the stage area.
 
Categories