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: Christopher E Vance
» Title: Aqua Live
» Description:

A vector based mermaid.

Featured Sound Loops
Image for equalize

Audio Player

» Author: Peter
» Title: Action
» Description: Funk Action Groove loop. let me know if you manage to find a use for it, would love to see it. Thanks
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: SoundScalpel
» Description: Cartoon stretching/expanding sound made from rubbing an inflated balloon.