I need to access the coordinates from a display.newLine - how can I access these?
For example, from:
local star = display.newLine( 0,-110, 27,-35 ) star:append( 105,-35, 43,16, 65,90, 0,45, -65,90, -43,15, -105,-35, -27,-35, 0,-110 )
I want to be able to get these values back again out of star? (were populated from a 3rd party library so I don’t have access to them in my code so to speak)