Hi,
Thank you for the comments.
I use sprite helper for creating sprite sheets.
I am attaching some screen shots and code i used to render the sprite sheet animation.
Please let me know if its actually due to corona bug or due to some issues in my code.
Also let me know if more details are required.
local puppysheet = sprite.newSpriteSheetFromData( "puppy.png", require("puppy").getSpriteSheetData() )
local spriteSet = sprite.newSpriteSet(puppysheet,1,4)
sprite.add(spriteSet,"puppy",1,4,1000,0)
local spriteInstance = sprite.newSprite(spriteSet)
spriteInstance.x = display.contentCenterX
spriteInstance.y = display.contentCenterY
spriteInstance:prepare("puppy")
spriteInstance:play()
–>this is how the image and the sprite animation is displayed on the screen(see first link below), the blurred one on the right is the sprite animation,
Thank you
Srz [import]uid: 30534 topic_id: 25999 reply_id: 105280[/import]