Adobe Flash ActionScript tutorials
In this Flash tutorial you will learn how to control an object on the stage using the keyboard controls in Actionscript 3.0.
Related Tutorials
Using the Keyboard in AS3
Learn all about the KeyboardEvent and how to detect which key was pressed in AS3. With keyboards, because you have many keys to deal with, in most programming languages, you often have a few extra steps before you can detect which key was pressed. Don't worry, this tutorial will show you how you can use the keyboard and its keys in AS3.
How to use GotoandStop in AS3
Use timeline controls in Flash with GotoandStop. Includes live demo.
Event Handing in ActionScript 3.0
Learn how to make your movie jump to life, whether it was by reacting to a mouse click, a keyboard stroke, or any event happening in Flash using the Event Handling system of AS3.
How to Create Pan and Zoom Controls
Learn how to zoom and pan any image in Flash, using AS3. Complete 20 min+ tutorial
Hyperlinks in AS3
Learn how to create hyperlinks in AS3 by using the URLRequest and navigateToURL tag-team duo. It's hard to create an app of any real substance these days without creating hyperlinks that load a URL when the user clicks on them. These could just be links that open a new web page, launch your e-mail app for sending an e-mail, or any other type of crazy thing you would want to do with URLs. In this article, I will briefly show you how to use ActionScript 3.0 (AS3) to create a hyperlink
Keyboard Shortcuts
This tutorial lists all of the keyboard shortcuts available in Flash 8. A keyboard shortcut is a combination of keystrokes that performs a function otherwise found in a pull down menu. Use of shortcut keys makes using your program faster and is often easier than using a mouse to access the pull down menus.
Keyboard Interaction in ActionScript 3.0
Learn how to execute code using keyboard events.
Create a 360 panorama viewer
Discover how to create with AS3 a 360 panorama viewer that the user controls using the left and right arrow keys .
Playing Sounds With AS3
This tutorial you will teach you all the basics you need to learn how to start playing local and external sounds in Flash using AS3.
Flash Fluid Layouts And Stage Resize In AS3
This tutorial will teach you the very basic concepts for creating fluid layouts in Flash AS3.
Creating A Custom Cursor Using AS3
This tutorial will provide you with a step-by-step guide on how to create a custom cursor in Flash CS3 using AS3.
PushButton Tutorial Series - Keyboard Input
In this tutorial we create a component that allows us to move an entity on the screen using the keyboard.
Simple Keyboard Object Movement
This is the easiest way to get keyboard movement. This tutorial was made for the complete newbie.
Creating An XML Music Player Using AS3
This tutorial will teach you how to create an interactive music player powered by XML using AS3.
AS3 Flash Games for Beginners: Adding Library Objects to Stage with AS3
The initial steps to creating a flash game. Setting up a document class and using class to pull your graphics from the library into the game so they can be used with actionscript 3 code.
Simple Sound Controls
Via its sound controls and intelligent scripting, Flash makes it possible to store and play sounds & music, with all the controls of a standard jukebox. In this tutorial you will create a simple scene capable of turning on/off a music clip and altering the volume at will.
Keyboard Control
When you want people to navigate through your screen, you can easily do it by letting them click on a few buttons like arrows. But you can of course make your movie a bit more 'interactive' and 'smooth' by letting them push a few keys on the keyboard. This tutorial shows you how it's done...
Dynamic masks using sprites in AS3
This Flash tutorial will teach you how to create dynamic masks using sprites in AS3.
Handling Keyboard Events
Handling keyboard events, play a key role in ActionScript, has been widely used especially in SWF games nowadays. It includes five types. I will introduce them with examples.
Moving a Sprite with the Keyboard Keys
This tutorial will teach you simply how to move a sprite with the keys on the keyboard, such as the arrow keys. Aimed at begginners who have minimal experience with Flash and no eperience with ActionScript.
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.
Moving shapes or objects using keyboard in Flash MX 2004.
You need a flash program where user will be able to move objects or shapes using keyboard? It's not difficult to create. Just follow step-by-step instructions, write some action script code and you will make it!
Moving shapes or objects using keyboard in Flash MX 2004.
You need a flash program where user will be able to move objects or shapes using keyboard? It's not difficult to create. Just follow step-by-step instructions, write some action script code and you will make it!
Sound Controls
Knowing how to get around the Sound tab in the Frame Properties window will facilitate the use of your audio. Below is a diagram that illustrates the various sound controls in Flash.
Detect Keyboard Input in Flash with Key Listeners
Learn how to detect keyboard input in flash using a bit of code called a key listener.
Create a Dynamic Bar Graph Generator Using XML + AS3
In this tutorial, we'll create a bar graph generator using XML and AS3.
ActionScript 3.0 Volume Controls for Your Flash Application
Another remarkable video tutorial by say web design giving and introduction to the Sound Transform Class.Continuing from the previous tutorial, volume controls are installed on a music player. Extensively documented source code available for free download.
Volume & Pan Slider Controls
This tutorial will show you how to create slide controls that let you change the volume and panning of sound objects in a Flash. I have written this in the tradition of Object Oriented Programming and skipped most of the gory details behind the code and assume that everyone has their favorite ActionScript Reference manual close at hand.
Volume & Pan Slide Controls
This tutorial will show you how to create slide controls that let you change the volume and panning of sound objects in a Flash. I have written this in the tradition of Object Oriented Programming and skipped most of the gory details behind the code and assume that everyone has their favorite ActionScript Reference manual close at hand.
Introduction to Arrays in AS3
Learn how to create lists of data in ActionScript 3.0.
Creating Web Links in AS3
Learn how to link to another webpage using ActionScript 3.
AS3 Date Class
Learn how to manipulate time information using ActionScript 3.0.
Add Flash Player Controls To Your Video
In this tutorial I will show you how to convert a video to flash and how to add player controls enabling the full-screen option. You will need Adobe Flash to follow along.
Mailto in AS3
This Flash tutorial will teach you how to send emails using a button in Actionscript 3.
Using the Switch Statement in AS3
Learn how to execute conditional code depending on the value of a case.
Drawing Vectors in AS3
Learn how to draw lines, make fills, and create basic shapes.
AS3 SharedObject Class AKA Flash Cookies
Learn how to store pieces of data on the end-users computer.
Using the trace() Command in Flash
Learn how to debug your AS3 code by showing current variable values in the output window.
Applying Flash Filterse Using AS3
Learn how to apply the Blur, Glow, Bevel, and Drop Shadow Filters using ActionScript 3.0.
Using Loops in AS3
A loop is a tool used to execute a segment of code repeatedly for a specific number of times or while a certain condition is satisfied.
 
Categories