how to move sprite from top to bottom.....

please give me code to move sprite from top to bottom direction….

http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Chapter_3*-*How_to_Move_a_sprite

in that sprite is moving right to left…i want to move it top to bottom and i also want to get position of that sprite while it is moving……

To move it from top to bottom istead right to left just change coordinates. To get sprite position you can use getPosition() method.