I do the following :
mysheet = graphics.newImageSheet( "images/mysheet.png", sheetinfo)
-- and
myImage = display.newImageRect( mysheet, 1,20, 20 )
-- I'd like to change from frame 1 to 2, as if it were
myImage = display.newImageRect( mysheet, 2,20, 20 )
-- doing something like
myImage:setFrame(2)
I tried it with no success
Is it possible ?
[import]uid: 9328 topic_id: 27724 reply_id: 327724[/import]
[import]uid: 9328 topic_id: 27724 reply_id: 112578[/import]