try this inside of a button

on (press) {
speed = 95;
movie._x -= speed;
}

Also note that by changing the "-" to a "+" will change direction that it moves the object. And by using a movie._Y would produce up and down movment.

That's all kinda common sense info.. but didn't want to leave you hanging if you didn't know.

Let me know how it works.

-alloy.