Path minigame was solved by creating a class representing for each path and then assigning methods from the manager class to path image callback. After starting to drag a tile along the path by either stop clicking or moving tile out of the path you will trigger this objects Input out callbacks. This allows to create a simple solution for tracking if tile is moving along the path or not, without explicit and complicated path checks.