public void unShowBlack(int t, OnEventOver over) { show(); timeAll = GameDefine.getTimeBlack(t); time = 0.0f; image.color = new Color(0.0f, 0.0f, 0.0f, 1.0f); alpha = 1.0f; isShowBlack = true; alphaAdd = false; onEventOver = over; }