Path behavior controls

Variables

@:value(cast 0x000001)@:impl@:enuminlineread onlyBACKWARD:FlxPathType = 0x000001

Move from the end of the path to the start then stop.

@:value(cast 0x000000)@:impl@:enuminlineread onlyFORWARD:FlxPathType = 0x000000

Move from the start of the path to the end then stop.

@:value(cast 0x000100)@:impl@:enuminlineread onlyLOOP_BACKWARD:FlxPathType = 0x000100

Move from the end of the path to the start then directly back to the end, and start over.

@:value(cast 0x000010)@:impl@:enuminlineread onlyLOOP_FORWARD:FlxPathType = 0x000010

Move from the start of the path to the end then directly back to the start, and start over.

@:value(cast 0x001000)@:impl@:enuminlineread onlyYOYO:FlxPathType = 0x001000

Move from the start of the path to the end then turn around and go back to the start, over and over.