i am animating a sprite for my game but as i hit play this came about
i tried to fix it but yea not much luck help plz
ERROR: Syntax error
main.lua:34: ‘}’ expected (to close ‘{’ at line 32) near ‘height’
local options = { width = 192 height = 199.68 numFrames = 4 } local blob = graphics.newImageSheet ("blob\_SS.png", options) local blobsquence = { name = "normal" start = 1, count = 4, time = 300, loopCount = 0, loopDirection = "forward" } local blob1 = dispaly.newSprite (blob, blobsquence) blob1 :play{}