| 38 | } |
| 39 | |
| 40 | bool MoveAction::initWithDuration(float duration, const ax::Vec2& deltaPosition, GroupProperties* group) |
| 41 | { |
| 42 | _group = group; |
| 43 | _posDelta = deltaPosition; |
| 44 | return MoveBy::initWithDuration(duration, deltaPosition); |
| 45 | } |
| 46 | |
| 47 | void MoveAction::startWithTarget(ax::Node* target) |
| 48 | { |