onClipEvent (load){ this.x = this.x+20 // this will move the object by 20 pixels this.stop(); // all actions are stopped }