I am trying to move my animated AtlasSprite to where ccTouchesEnded, but the AtlasSprite is moving away from it. Please let me know what I am missing or if I am implementing incorrectly??
The code:
AtlasSpriteManager *mgr = (AtlasSpriteManager*) [self getChildByTag:kTagSpriteManager];
[mgr runAction: [MoveTo actionWithDuration:1 position:convertedPoint]];
Thanks!!!