Support,
I want to be able to show/hide individual attachments via .isVisible method. However, I am not able to figure out how to get individual references to display.newImage() objects once the spine object is created.
I tried:
local temp = skeleton:getAttachment("Mouth_2", "Mouth_1")
but this just gives me a table reference. How can I get the newImage object from a skeleton object? I need to be able to traverse the attachments with an index also.
Thanks,
-Tom