Flash CS4 Tutorial 1 - Moving Character
Loading...
3,297
Loading...
Uploader Comments (DiabloKiller124)
see all
All Comments (28)
-
when i try to fix it, it says theres a syntax error, but its the same as urs, this is my code
speed = 8;
function rightMovement() { Character._x += speed;
}
function leftMovement() { Character._x -= speed;
}
Character.onEnterFrame = function() { if (Key.isDown(Key.LEFT)) { leftMovement(); } if (Key.isDown(Key.RIGHT)) { rightMovement(); }
-
Where did you learn to code?
Can you tell me where?
However Great Video :) Works Perfectly
-
@ShadowGladiator21 yes it f**kin' does!!!!!! You just did something wrong. It worked for me
-
im currently using anime studeo pro 5 but i did have this preinstalled and i just want to know,,, can you render all of your scenes at once. because you cant do that on anime studio
-
mine dont work :'(
Loading...
isn't working
Woewal 2 years ago
Review it again, and if it still doesn't work PM me with your code :)
DiabloKiller124 2 years ago
i move the arrow keys it dont work please respond fast i need for school project
and i have the same code i have type it 8 times
gerwin136 2 years ago
Review the code again - if it doesn't work, send me a message with your code and I'll try and help.
DiabloKiller124 2 years ago
I have watched a number of people's videos, but could not get this type of thing to work. Your's helped quite a bit. Thank-you very much dude! How do you go about learning this stuff? You just do tutorials or something?
PatrickWard4 2 years ago
Yeah, basically, I stopped messing with flash though, I only do requested flash tuts now, I'm working on making a whole php collection before I start uploading so i can do like one a week without worrying about forgetting ;)
if you have a request for a tutorial you can message me and i'll try my best :) doesn't have to be flash or anything of course!
DiabloKiller124 2 years ago