andengine sprite move PathModifier and body
问题 i use this code this.mPhysicsWorld = new FixedStepPhysicsWorld(30, new Vector2(0, 0), false, 8, 1); this.mScene.registerUpdateHandler(this.mPhysicsWorld); final AnimatedSprite chat_sale_1 = new AnimatedSprite(2157, 638, this.mchatSaleTextureRegion); //final PhysicsHandler physicsHandler2 = new PhysicsHandler(chat_sale_1); //chat_sale_1.registerUpdateHandler(physicsHandler2); final FixtureDef chat_sale_1FixtureDef = PhysicsFactory.createFixtureDef(0, 0, 0f); mCatBody = PhysicsFactory