If your making it using the actual flash program and that the character is not generated through the frame than use
onClipEvent(enterFrame){
if(Key.isDown(39)){
//note that 39 is either right or left, I can't remember right now
_x+=5;
//makes the character move 5 pixels to the right
}
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum