Home Website Templates Website Hosting Free Templates Free WordPress Themes Tutorials Portfolio Contact Us
Types

Flash Templates
Flash Animated
Flash Intro
HTML Templates
eCommerce Templates

Categories

Animal & pets
Art & Artworks
Books & Literature
Business & Finance
Cars & Vehicles
Children
Communications
Computers
Dating
Education
Electronics
Entertainment
Fashion & Beauty
Flip books & Notebooks
Flowers
Food & Drink
Futuristic
Gambling
General
Healthcare
Hobby
Industry & Constructions
Interior & Furniture
Jewelry
Marina & Water
Media
Music
Night Clubs
Personal Page
Photography
Real Estate
Religious
Science & High Tech
Shopping
Society
Spiritual
Sports
Travel
Web Design
Web Hosting
Marriage/Wedding
Do You Like Our Website? Share With Others!
GoogleGoogle slashdotYahooMyWebDiggTechnoratiDelicious
Host Unlimited Domains on 1 Account
1500GB storage and 15000GB bandwidth for $6.95/mo!
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! If you experience some difficulties while reading this tutorial it is recommended to read all the previous tutorials on http://www.metamorphozis.com written by me as some aspects might be discussed earlier.

1. Launch Flash MX 2004

2. Create new Flash file. Click File > New...
Screenshot

3. Select Flash Document in a new window
Screenshot

4. With the "Rectangle Tool" draw a simple shape in the middle of the working area
Screenshot

5. Convert this shape to the movie clip
Screenshot

6. Click on the movie clip to select it and in the action script panel add the following code:
onClipEvent (load) {
moveit = 10;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.RIGHT))) {
this._x += moveit;
} else if ((Key.isDown(Key.LEFT))) {
this._x -= moveit;
}
if ((Key.isDown(Key.DOWN))) {
this._y += moveit;
} else if ((Key.isDown(Key.UP))) {
this._y -= moveit;
}
}
Screenshot

7. Press Ctrl+Enter and enjoy the show:-) Now you can control the shape motion with the keyboard strokes. Just press "Up", "Down", "Right: or "Left" arrows. This code can be implemented to any game or flash movie.

Click here to download source fla file.

About the Author: Oleg Lazarenko
Production manager of
Metamorphosis Website Design Studio -
Website Development, Flash Templates,
Web design Articles and Tutorials.

You may reprint this tutorial for free as long as the content, About the Author sections and all links remain unchanged.

Featured Flash Templates

Shop Secure With PayPal. We accept all Major Credit Cards.
Our Partners

Free Flash Templates

Your Link Here...

Free Web Templates

Your Link Here...

Flash Web Templates
Top Sites  |  Link To Us  |  Resources  |  Terms Of Use  |  Site Map  |  Template Tour  |  Call Back Request  |  What's Cool?  |  Software Development
Home Website Templates Website Hosting Free Templates Free WordPress Themes Tutorials Portfolio Contact Us
Copyright © by Metamorphosis Website Design 2003-2008. All rights reserved