Community

GAME HELP: Make your character move

Posted Jul 11, '10 at 12:57pm

ug5151

ug5151

171 posts

Wood - Squire

Before you begin, you have to right click the character you have. Then name your character then press F9 on your keyboard. Then you copy and paste this script:
onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += 5;
}
if(Key.isDown(Key.LEFT)){
this._x -= 5;
}
if(Key.isDown(Key.UP)){
this._y -= 5;
}
if(Key.isDown(Key.DOWN)){
this._y += 5;
}
}
Copy and paste this in your awesome game and your character will be moving!

Posted Jul 11, '10 at 7:18pm

komputerkurt

komputerkurt

850 posts

Wood - Lord

ROFL
1)This is useless, it's AS2
2)You don't explain anything to the script kiddie who will copy and paste this, so try again explaining the code and making it AS3.

 

Posted Jul 12, '10 at 9:22am

PrideRage

PrideRage

147 posts

Iron - Knight

@komputerkurt
Why do you think AS2 would be useless ?
It might have less functions but it's easier to get into the world of AS.

 

Posted Jul 12, '10 at 4:37pm

komputerkurt

komputerkurt

850 posts

Wood - Lord

yeah but this is meant for stupid f***ing script kiddies, so if they're going to copy code why not copy AS3?

 

Posted Jul 12, '10 at 8:13pm

Darkroot

Darkroot

2,438 posts

Wood - Prince

Kurt I swear to go I will smack you upside your head. Hes just trying to be helpfull and hes new so show some professional respect.

yeah but this is meant for stupid f***ing script kiddies, so if they're going to copy code why not copy AS3?

Uhh more people have acess to that lnaguage at the present and AS3 is just an upgrade you can do basically the same things in AS3 though it not as clean and stable though.

 

Posted Jul 12, '10 at 9:20pm

ug5151

ug5151

171 posts

Wood - Squire

Please don't use that word, and no i'm not new, but i'm not pro.

 

Posted Jul 13, '10 at 11:50am

komputerkurt

komputerkurt

850 posts

Wood - Lord

Kurt I swear to go I will smack you upside your head.

ROFL
Ok fine I'm sorry then.

Uhh more people have acess to that lnaguage at the present and AS3 is just an upgrade you can do basically the same things in AS3 though it not as clean and stable though.

Yea but the script kiddies might as well be at their best.
I'd like a repost with explanations though idc AS2 or AS3 or maybe both which would be even better.

Please don't use that word, and no i'm not new, but i'm not pro.

I think he meant to AG, and your # of posts and rank indicator would show that.

professional

Lol wut? This isn't professional for me or likely you or him... but I do get your point.

 
Reply to GAME HELP: Make your character move

You must be logged in to post a reply!