CCSetVelocity

Sets the velocity of the target CollideCharacter entity.

NOTE: This is probably not what you want, it will instantly change the current velocity of the CollideCharacter resulting in an visualy abrupt change of speed. To smoothly change the velocity it is better to use the CCSetAcceleration, CCSetDeceleration and CCSetMaxVelocity actions.