Help TEXTUREPACKER

Hello;can you help me?

I’m new to Texturepacker. I want  to substitute the image name and insert they in this format sheetInfo:getFrameIndex()

 imm = { "ex.png", "yellow.png" } imm2 = { "ex11.png", "ex12.png" } imm3 = { "s1.png", "s2.png" } imm4 = { "ex.png", "yellow.png", "turtle.png", "orca.png", "ex11.png", "ex12.png", "s1.png", "s2.png", "acciuga.png" } local myImageSheet = graphics.newImageSheet( "Tua mamma.png", sheetInfo:getSheet() ) indice = math.random(1,9) pos\_y = math.random(19,291) vel = math.random(3000,5000) ball = display.newImage (sceneGroup,imm[indice], 600, pos\_y) 

Thanks

Sorry for my English, I’m not English