First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Matthew Slater | Website: http://www.freewebs.com/sparko44/

Using a simple hitTest

Most people unfamiliar with using hitTest assume that it's hard. But it's not! They can be used easily to add another element to your game or movie. I'm going to show you how to use them, along with some free character moving code!

The character

Start up your version of Flash (This tutorial used Flash 8, although I'm sure that the code can be used in Flash MX (2004). Start a new document and draw either a character from a top-down view or just a circle. Then convert it to a movie clip. Call it "player". Then give it an instance name of "player_mc". Open the Actions panel and paste or type in this Actionscript:

onClipEvent (enterFrame) { speed = 8; //sets the speed of the player if (Key.isDown(Key.RIGHT)) { //checks to see if the player is pressing or holding right this._x += speed; //adds whatever the value of the variable "speed" is to the players x position } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x -= speed; } } onClipEvent (enterFrame) { if (Key.isDown(Key.DOWN)) { this._y += speed; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { this._y -= speed; } }

This code allows our player to move your character around the screen.

» Level Basic

Added: 2007-01-21
Rating: 1.83 Votes: 6
(10 being the highest)
» Author
I'm a 14 year-old who doesn't know much, but enough to write a tutorial.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.