I created a text object
and added a tag to the text object as text.isTextCandy = true
and put it in a display.group()
when I’m freeing memory and clearing the display.group() by iterating each item in the display group.
when i iterate the display group and free the display objects, i also look at each child objects
if they are tagged with “isTextCandy==true” when this is satisfied I execute “group[1]:delete()”
because group[1].isTextCandy == true.
When I do this I get an error in text candy library in line 826 after i execute method :delete().
I attached the error message. I emailed support x-pressive.com’s support, There is no reply yet.