I have a 2 sprites "track" and "Player".
Player will move (forward or backward) over the track when a track is click
This part has been done
The problem is I want to move player over the track one by one (currently its running smoothly from current track to clicked track) I created "scale" animation on "player". So i want from player to move each track by playing "scale" animation each time when it start moving.
for example player's current position is track 0 and target position is 10 then i want to move player to track 1 and play "scale" animation then move to track 2 and play "scale" animation again and so on
How can i do this?. Please help