There is an actor, and by tapu he should move to a new screen. This does not happen, but output to the console works. What is the reason and how to fix it?
@override public void touchUp(InputEvent event, float x, float y, int pointer, int button){ Gdx.app.log("Hi CLICK WORKING", ""); } @override public boolean touchDown(InputEvent event, float x, float y, int pointer, int button){ return false; }