Under rating threshold (hideshow)
this would be so much better if u EXPLAINED what the codes did, and made them bigger, if u did those then i would h8 this tut, and that goes for all tuts that do that, just giving people a code without explanation!
Under rating threshold (hideshow)
well now use this code for man. Becazuse then it won't go trough walls.
onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += 5;
}else if(Key.isDown(Key.LEFT)){
this._x -= 5;
}else if(Key.isDown(Key.UP)){
this._y -= 5;
}else if(Key.isDown(Key.DOWN)){
this._y += 5;
}
}
@LINKedup - It worked for me all the time. Make sure you copied ALL of code, wall is kinda a rectangle and player has instance name of "man".
Under rating threshold (hideshow)
ill be back bcuz im gonna go learn how to download adbe flash 3...im a newb at this stuff rite now...but im learning =D
Under rating threshold (hideshow)
Okey I see all of you have problems at starting. I will make a SUPER BASIC NEWB TUTORIAl as soon as I can.
@LINKedup - make sure you make "man" as Movie Clip. Add code to him (press him and press F9) and then click him you will se below Options to change to Movie Clip button or graphic. And bellow that there would be something like that "". Write there "man" (whitout quotes) and then it should work.
Under rating threshold (hideshow)
I dont like this tutorial, im a newb at using flash, and i speak for the other newbs out there, Show us where to do this stuff like frames action, im trying to click everything and figure out where it is but i cant >>
Under rating threshold (hideshow)
@funky - It was done in about 6 months ago (tutorial) so I hated to remake.
@LINKedup - press frame and then press F9 to open frame's actions where you put scripts.