Skip to Content
Flash CS5: The Missing Manual
book

Flash CS5: The Missing Manual

by Chris Grover
May 2010
Intermediate to advanced
778 pages
23h 58m
English
O'Reilly Media, Inc.
Content preview from Flash CS5: The Missing Manual

Keyboard Events and Text Events

ActionScript 3.0 uses a single technique for handling events, so if you know how to register an event listener for a mouse event, it's not difficult to handle events for keyboards or other objects. All events use the same event register and event listener duo. For example, the keyboard event has two constants: KEY_DOWN and KEY_UP. You can use the Flash stage itself to register keyboard events.

Note

You can download the Flash document for this example, 13-5_Keyboard_Events.fla, from the Missing CD page at www.missingmanuals.com/cds.

Here's a simple example that shows you how to start and stop a movie clip from running using the KEY_DOWN and KEY_UP events. The movie clip simply shows a number for each frame as it's running. This example references an instance of the Stage class. The stage represents the drawing area in a Flash animation. As a result, the stage has properties, like width and height, and like other objects, it has an addEventListener method.

Create a new document. Add a layer, and then name one layer actions and the other layer counter. At the first frame of the counter layer, add a movie clip symbol to the stage. Open the movie clip, and put a big number 1 on the stage. Add four more keyframes with the numbers 2 through 5 on the stage. In the Properties panel, name the movie clip mcCounter. Click the first frame in the actions layer, open the Actions window, and then type this short script:

stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDownListener); ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Flash CS4: The Missing Manual

Flash CS4: The Missing Manual

Chris Grover

Publisher Resources

ISBN: 9781449380267Errata Page