Open
Description
The FlxObject following a path will continue to move even if they run
out of path. ( see Issue AdamAtomic#158 )
AdamAtomic#158
This fix adds a "StopWhenFinished" option to "FlxObject::followPath",
as well as some minor changes to avoid repetitious code.