スプライトの移動処理の一部だが
これでうまくいかないが、どこが悪いんだがさぱーりだ!助けてください

if (Input.GetMouseButton(0)){
{
Vector2 target = Camera.main.ScreenToWorldPoint(Input.mousePosition);
iTween.MoveTo(gameObject,iTween.Hash("position","target","time"," 5.0f"));
}