Does anyone know whether a Sprite Sheet that’s 12 frames on a single row is interchangeable with a Sprite Sheet with 12 frames arranged 4 across and 3 down (apart from the obviously different x,y and sheet dimension parameters)?
In other words, is there any parameter (a row parameter?) that needs to be specified to designate that an animation sequence extends across multiple rows? Or will Corona simply select the specified frames regardless of sheet layout, given the right width, height, numFrames, sheetContentWidth, and sheetContentHeight parameters?
Also, do blank frames in a Sprite Sheet cause problems?
Thanks.