I have a sprite sheet that has the following specifications
png format
2170 x 434
each sprite is 217 X 217
the sprites are 10 on the top row and 10 below for a total of 20
here is my code
local spriteSheetSpinningHead = sprite.newSpriteSheet(“headspin.png”, 217, 217)
local spriteSetHeadSpin = sprite.newSpriteSet(spriteSheetSpinningHead,1,20)
I get the following error
“sequence frames must be inside the sheet”
[import]uid: 28709 topic_id: 15476 reply_id: 315476[/import]
[import]uid: 10144 topic_id: 15476 reply_id: 57370[/import]