Flash Professional Cs3 Tutorial 1 : Moving The Character
Loading...
6,653
Loading...
Uploader Comments (VampieGames)
Video Responses
This video is a response to Help Me pbj746
see all
All Comments (55)
-
I need help
alone and saw this video when I give you to play the next frame and nothing happens
-
lol i'm learning from a 4 year old ^^
-
please ignore my other response, I just discoverd that what i said is bullshit, but make sure to do exactly the same as in the vid, because it worked for me
-
I did exactly the same thing but then with moving shoes and it works ;D thnx dude
Loading...
what code are you using? is it called dreamweaver cs3?... and were did you learn to do it from scratch? ex:website, youtube ect. thanks
H4ppyGoHeadshot 6 months ago
@H4ppyGoHeadshot the code is actionscript 2, the program is flash cs3 and i learnt it from watching several videos and reading up at the library, i also got some help on forums
VampieGames 6 months ago
Wow. What a willy you are
IlovePOTO3 1 year ago
@IlovePOTO3 i know!
VampieGames 1 year ago
Can you please make another version of the video in which you can move up, down, left, and right; also I followed your tutorial, but my character keeps animating when it's still... and when I do up and down it does the same thing...
I used sprites for the animation
So what I'm saying is that I want to make the character move, but stays still if I don't press the arrow keys.
HerroRudi 3 years ago
dude thats really easy, you need this code, hope you use them well,
up: _yscale=100;
down: _yscale=-100;
left: _xscale=-100;
right: _xscale=100;
VampieGames 3 years ago