return new Coords (result.screenCoords.getIntX(), result.screenCoords.getIntY());
}
public AnimationMarker getAnimationMarker (String byCode) {
AnimationMarker result;
result = (AnimationMarker)Detonator.INSTANCE.interfaceElements.get(byCode);
if (result == null) {Log.error("No element "+byCode);
}