I`m trying to set focus on a texfield after pressing an instance of a MC.
mc.onPress = function() {
Selection.setFocus("textfield");
};
Why is this not working?
(It also doesen´t work with button.onPress, just with button.onRelease).
Thanks.