我是java初学者,刚编用J2me写了一个程序,遇到点问题:我设置的精灵移动了,为什么上一个位置的精灵没有消失
就像这样。代码如下:publicvoidrun(){Graphicsg=getGraphics();while(true){intkeyState=getKeyState...
就像这样。代码如下:public void run() { Graphics g = getGraphics(); while(true){ int keyState=getKeyStates(); if((keyState&LEFT_PRESSED)!= 0){ mHero.move(-10,0); mHero.setFrame(0); System.out.println("←"); } mHero.paint(g); flushGraphics(); try{ Thread.sleep(150); }catch(InterruptedException e){ e.printStackTrace(); } } }
展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询