Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Flash RPG Tutorial Part 1:Creating and Moving a Character

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
90,266
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Dec 19, 2006

flash rpg tutorial:
character movement

to see parts 2 & 3

Goto

http://www.qzpstudios.com

or my channel

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 28 dislikes

Link to this comment:

Share to:

Top Comments

  • correction , the proper code for left/right movement is onClipEvent(load){ speed=7; } onClipEvent(enterFrame){ if(Key.isDown(Key.RIGHT)){ this._x+=speed; } if(Key.isDown(Key.LEFT)){ this._x-=speed; } } profchimpinstein you made a few mistakes , well , at least it didnt work when copied exactly to as2 that works perfectly,
  • onClipEvent(load){ speed=10; } onClipEvent(enterFrame){ if(Key.isDown(Key.RIGHT)){ this._x+=speed; } if(Key.isDown(Key.LEFT)){ this._x-=speed;} if(Key.isDown(Key.DOWN)){ this._y+=speed; } if(Key.isDown(Key.UP)){ this._y-=speed; } } this is the code for right left AND UP AND DOWN
see all

All Comments (346)

Sign In or Sign Up now to post a comment!
  • Before Watching: If these videos are good, I will subscribe ;D

  • @ikbeneenlolbroek the top

  • it's working if you really try to catch the hidden code for ____.x-=speed ...etc..

  • not work

    

  • how do i make a game thats like that teacher game where the character can move on the y axis to

  • What is the registration point for the ground? :D

  • the code is : onClipEvent(load){ speed=7; } onClipEvent(enterFrame){ if(Key.isDown(Key.RIGHT)){ this._x+=speed; } if(Key.isDown(Key.LEFT)){ this._x-=speed; } }
  • how do you make your character flip around when you hit left?

  • @MrAnonymous9898 how does this suck? he does exactly what he says he will do in the title: he makes a character, and makes it moves. Learn to read >.>

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more