hey m beginner to corona...how to make image in texturepacker to use in corona for sprites... i have tried but it plays the all the images at once ...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You should explain your problem better because just saying "plays all at once" is vague, but in the meantime here's the documentation about spritesheets in case you haven't seen this: http://developer.anscamobile.com/reference/sprite-sheets It sounds like you may not have made separate animation sequences and so all the frames are being played as one continuous sequence. Look for the commands sprite.newSpriteSet() and sprite.add() to handle the sequencing. |
|||
|