The Code For Fred:
onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += 12;
this.gotoAndStop ("right");
}
else if(Key.isDown(Key.LEFT)){
this._x -= 12;
this.gotoAndStop ("left");
} else {
this.gotoAndStop("still");
}
}
Stop Frame:
stop();
---------------------------------------
Please Comment, Rate and Subscribe.