Touches are unresponsive...

richcoyrichcoy Member Posts: 211
Hello,

I have my game running on my iPhone using TestFlightApp.

The frame rate is good and the load times are acceptable at this point. My problem is the interface buttons seem slow to respond, sometimes you have to touch a button two or three times to get it to fire its behaviors.

I'm using "touch is pressed", is there a better option for iPhone releases?

Thanks.

Rich

Comments

  • beefy_clyrobeefy_clyro Member Posts: 5,394
    Thats fine to use. What size are these actors? The smaller the less they respond as they dont detect as well, thats should be only if your actor is smaller than 40x40 though.
  • richcoyrichcoy Member Posts: 211
    The actors are "text" buttons, about 35 pixels high and more than 100 pixels wide.

    I also have two slider buttons that are 32 x 32 and they can be difficult to move at times.

    Should I add some transparent canvas around the images?

    Thanks.

    Rich
Sign In or Register to comment.