After running through tutorial, manuals and forums, and pm'ing, I guess i will have to ask this out here..
How to limit action from taking the coordinate of a specific touch?
eg.
capx
<img src="https://dl.dropbox.com/u/32679138/My%20Question.jpg" border="0">
<img src="https://dl.dropbox.com/u/32679138/touch%20question2.png" border="0">
<img src="https://dl.dropbox.com/u/32679138/touch%20question3.png" border="0">
the intention here is to move the playerbox ONLY when the touching the "Control" sprite & move the player towards the direction that ONLY THAT touch generates!
However, I failed to limit the "action" to take touch.x, and touch.y from ONLY the touch that touches "Control" sprite.
PS:To reproduce this "Error" in capx, you will have to touch outside of the "control sprite" first, and then proceed to touch the control. playerbox will move in the direction to the touch that is not touching the "control sprite" as opposed to move in direction to the touch that is touching the "control sprite".