var ok:Boolean = false my_btn.onPress = function(){ ok = true } this.onEnterFrame = function(){ if(ok){ //ваш код } }