Running thing

on the timeline containing the runner(instance name runner_mc)
runner_mc.onEnterFrame = function() {
if (key.isDown(Key.LEFT)) {
this.play();
} else {
this.stop();
}
};