First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Lachlan Chant | Website: http://kittenett-union-site.f5k.com/
Hello and welcome to this tutorial these are simple steps to make someOne move in flash MX. 1.make a new flash movie. 2.draw a character convert it to a movie and give it the instants name player/ 3.select the player and open the actions window. 4. add the following actionScript to player: onClipEvent (enterFrame ) { with (_root .player) { // Controls Player Speed mySpeed = 3; // Controls how far the Player bounces off the wall after impact myBounce = 3; // keyboard controls if (Key.isDown (Key.DOWN )) { _y += mySpeed; } if (Key.isDown (Key.UP )) { _y -= mySpeed ; } if (Key.isDown (Key.LEFT )) { _x -= mySpeed; } if (Key.isDown (Key.RIGHT )) { _x += mySpeed; } // detect if edges of the player is colliding with the Maze Walls if (walls. hitTest (getBounds (_root ).xMax, _y ,true )) { _x -= myBounce; } if (walls. hitTest (getBounds (_root ).xMin, _y ,true )) { _x += myBounce; } if (walls. hitTest (_x ,getBounds (_root ).yMax, true )) { _y -= myBounce; } if (walls. hitTest (_x ,getBounds (_root ).yMin, true )) { _y += myBounce; } // detect if Maze is finished if (_root .end .hitTest (_x ,getBounds (_root ).yMax, true )) { _root .gotoAndStop (3); } } } SPECIAL: if (hitTest(_level0.wall)==true) { _x=_x-2; } now save movie and play! your done!!! feel free to download my game and work on it some more cause im no were near done. if you do download it please put in walls and badGuys that you can kill and send it to furbanj@gmail.com ok? well thanks for looking at this tutorial.
» Level Intermediate

Added: 2005-12-10
Rating: 2.44 Votes: 18
(10 being the highest)
» Author
NA
» 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.