Hi,
I'm building a very simple app, basically an eReader app for the Tao Te Ching. For some reason the touch response is incredibly slow on the menu items. I press the button and it takes at least a second for the app to show response and perform the code actions. Right now I am using SpriteFont for text, which is setting up only on the opening Layout, and the basic Text Reading layout only contains 10 events total using "Is Touching Object" events.
Other apps I have made operate perfectly fine with touch, including using On Mouse Click events. This app, however, doesn't seem to work with Mouse Click events.
Is there anything I can do to improve the speed of touch response?
Here's my CapX: https://dl.dropboxusercontent.com/u/326 ... Ching.capx
Thank you,
Caleb