Adobe Flash Interactivity tutorials
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.
Related Tutorials
Detect key press in Actionscript 3
In this tutorial you will learn how to detect the keyboard keys such as the letters, spacebar, enter key, shift key etc.
onKeyDown VS onClipEvent(keyDown)
All movieclips automatically subscribe to amongst other objects, the Key objects event notifications, this means that you can define any of the Key event handlers within your movieclip, without having to explicitly subscribe to the Key objects, event notifications using the Key.addListener(mymovieclip) method.
onKeyDown VS onClipEvent(keyDown)
All movieclips automatically subscribe to amongst other objects, the Key objects event notifications, this means that you can define any of the Key event handlers within your movieclip, without having to explicitly subscribe to the Key objects, event notifications using the Key.addListener(mymovieclip) method...
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 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.
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.
Capture key events
Using Flash MX Actionscript to capture key events such as pressing up and down keys, used in game control for example.
Customizing Flash 5
After you've been using Flash for a while, you'll find that you have specific routines or tasks that you use often that aren't assigned a hot key. I, for example, use the Scale Tool all the time. It's probably one of the most used tools for me but unfortunately, there's no Hot Key for it. Well, you can program your own Flash Hot Keys. We'll walk you through that in this lesson.
Capturing Key Events with Flash Actionscript
Using Flash MX Pro Actionscript to capture key events such as pressing up and down keys, used in game control for example.
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.
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.
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.
Detecting 'On Key Release'
This tutorial will teach u how to detecting on key release.
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.
Actionscript Shortcut
Using the escape key to speed up the actionscripting process.
SHOOT'EM
This is just an example of the use of several key functions that are used in creating first person shooter games...
Keyframes
This tutorial is going to be fairly brief. It is ideally for those of you getting started with Flash. Learn the basics of key frames so you can structure your animations!
Drag 'n' Drop IQ Test
A key interactive feature that you can use is the ability to drag'n'drop movie clips. Learn the secret here!
Creating a Flash platform game with Flixel and Flex - Doors
In this tutorial we add a door that the player has to open with a key.
Using Keyframes
The Key Frame is the foundation of any flash movie. It marks where an event occurs for example, the appearance of a symbol or the end of a motion-tween.
Movie Clip Movement with Keys
A tutorial showing you how to move movie clips with key presses.
Glowing Text Effect in Flash
Learn to create this effect using key-frames instead of action script
How to use GotoandStop in AS3
Use timeline controls in Flash with GotoandStop. Includes live demo.
Making flash recognise what key was pressed
Very simple tutorial that shows how to create a swf where the user is promted to press either A or C and then it updates a text field acordingly.
Basic Player Controls and Movment
A short tutorial on how to create player movement using the arrow keys.
Game Movement [the basics] - Part 1
If you've ever wanted to create a game in Flash that uses the arrow keys as the controls, here's the quick and easy way to do it.
Tweening with Ease: Using Easing Controls
Make the butterfly fly freely over the canvas! This tutorial we will learn how to manipulate the tracts of its wings using Timeline Tweening in Flash.
Makin' a RPG: Part 1 - Your character
When you need a game, you need a character! Learn how to script you character to move and animate when a key is down! Real easy to do! Just follow the steps!
Easy Flash Login
Probably one of the best ways to protect a flash page. And even a secret key combination to unlock the login details.
How to make chracters move in flash using the keys
In this tutorial I will show you how to make a character that on certain key presses will move in certain directons.
Animate an Acrobatic Spy Using the Flash Timeline
The key to animation, like many things, is a logical approach and good workflow. In this tut, Hasier takes you through planning, sketching and refining your animation to give you the movement you're looking for.
Learn how to use Key presses in Flash 5
we will learn how to make a ball move by using the arrow keys. Takes basic understanding of using flash and actionscript window.
How to Create Pan and Zoom Controls
Learn how to zoom and pan any image in Flash, using AS3. Complete 20 min+ tutorial
Controlling loops across scenes
Make your loops play seamlessly between scenes, while maintaining start/stop controls without overlapping the track.
Flash Actionscript Goodies
Heres a collection of actionscript scripts and codes to use as reference when creating dynamic flash projects, includes, loops,random numbers and key listeners for keyboard input
Creating Buttons
In this tutorial, you're going to learn how to create buttons and apply simple Actions to them to jump to certain key frames. To ease this, we're going to use simple drawings for the buttons.
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.
Volume Controls
The aim of the tutorial is to learn how to use ActionScript to play a sound file, stop a sound file and create a slider that is used to control the volume.
 
Categories