Well that’s just wonderful because 2511 breaks my other game.
I have no problems with 2393, but when I upgrade to 2511 code that has been working for months all of a sudden crashes.
I get this:
Runtime error
f:\users\arthur\docume~1\docume~1\outlaw\sandbox\13\chap6_scene.lua:682: attempt
to index upvalue ‘sqha_but1’ (a string value)
stack traceback:
f:\users\arthur\docume~1\docume~1\outlaw\sandbox\13\chap6_scene.lua:682:
in function ‘_listener’
?: in function <?:141>
?: in function <?:221>
for this line of code:
sqha_but1 = display.newPolygon( Chap6Group,cameraFillFrame.x - cameraFillFrame.width/2 + 100 , cameraFillFrame.y + cameraFillFrame.height/2 +80, { 0, 0, 200,0, 150,50, 50,50, } )
sqha_but1.strokeWidth = 1
the second line is the one crashes on.
If I run 2393 that doesn’t happen.