PathMovePause


Makes a path-controlled object pause as it moves or skips to a frame position. You cannot move or skip an object while it is paused. To make the object resume its movement, use PathMoveResume(). Syntax:

PathMovePause(object);

If the object is not moving, PathMovePause() will have no effect. Also, JumpToFrame() will not be affected by PathMovePause().