transition Tag

There are many ways to move objects in Corona SDK. If you want to move an object from point A to point B, the simplest approach is to use a transition. But what if you need to move it along a path with multiple segments, like moving a knight on a chess board in its unique "L" pattern? This tutorial outlines how to achieve sequential movement via a series of queued transitions....