Hi
i’m having this error(attempt to call field ‘newImageSheet’ ) when i’m runing this code :
[blockcode]
local sheetData = {
width = 512,
height = 256,
numFrames = 8,
sheetContentWidth = 1024,
sheetContentHeight = 1024
}
local mySheet = graphics.newImageSheet( “runningcat.png”, sheetData )
[/blockcode]
i have my image file in right place , within lua files not in a separated folder
thank you [import]uid: 100339 topic_id: 32546 reply_id: 332546[/import]
[import]uid: 52491 topic_id: 32546 reply_id: 129402[/import]