how can i get the began position when make a touch move.

for example i make a touch move from point A to B,
but when i use ccTouchesBegan i always get (0,0) ,
but the ccTouchesEnded can get the right location of B.

i just want to know how can i get location of A.

Thank you