1

我在使用 scoreloop 时遇到了一些麻烦。我已经设置了大部分,但我试图允许用户从主屏幕打开分数屏幕,但我不能,因为它希望我通过以下方式进入 scoreloop 屏幕

   startActivity(new Intent(this, EntryScreenActivity.class));

但我没有在我的主屏幕上扩展活动,所以我不能到上面。

我进入其他屏幕的方式如下。
还有其他方法可以进入 scoreloop 输入屏幕吗?

                        if(inBounds(event, 50, 280 + 42, 192, 42)){
                game.setScreen(new HelpScreen(game));
4

0 回答 0