var bodyPosition:b2Vec2 = body.getPosition(); sprite.x = bodyPosition.x * 30; sprite.y = bodyPosition.y * 30;