I’m building an app with Photoshop and utilizing the KWIK plug-in. I have a page divided into 8 non-touching areas, each area has 8 layers (illustrations). A total of 64 layers. (Hair, L eye, R eye, L ear, nose, R ear, mouth, body) Each layer is turned into a button and then Hide/Show actions to navigate through the different face pictures. Everything was working until I reached the mouth layers. Two of the mouth layers were turned into buttons O.K, but the simulator now goes black once I proceed with turning another of the other six layers into buttons.
Corona Terminal - simulator states:
error loading module ‘page_4’ from file ’
page_4.lua:1166: function at line 13 has more than 200 local variables
Line 13 in page_4.lua says: local drawScreen = function ()
Any ideas what is going on here? Thank you.