Flash RPG Tutorial Part 1:Creating and Moving a Character
Loading...
90,266
Loading...
Top Comments
see all
Video Responses
see all
All Comments (346)
-
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...
abbott959555 1 year ago 15
TheCodKingz10 10 months ago