Hi,
getting the run time error attempt to index local a nil value stack traceback for the below block of code. is there anything wrong with the below code?
local evol\_img evol\_img = display.newImageRect("Game 2.0/Play Scren/task/Avatar\_Level/"..evolution.."\_finish.png",evolution\_img.width,evolution\_img.height) evol\_img.x = evolution\_img.x evol\_img.y = evolution\_img.y sceneGroup:insert(evol\_img) display.remove(evolution\_img) end
error attached