knopka.onPress = function(){ this.onEnterFrame = function(){ yourMovie._x += 4; } } knopka.onRelease = function(){ delete this.onEnterFrame; }