我需要在我如何一步步移動我的建議。AndEngine然後移動字符
我知道它不完整。延遲
for (int redmove = Red_Current_Location; redmove < Red_Moving_Location; redmove++) {
RedCoinSprite.setPosition(Numbers_Text[redmove].getX(), Numbers_Text[redmove].getY(
thread.sleep(1000);//kinda like this,Because this is very worng.
}
看起來像你的代碼是不完整的。 – Raptor
使用moveBy修飾符指定要移動多少距離,並指定interval.Put延遲修飾符並根據您的步驟使用loopEntity修飾符。 – Rama