Hi, I'm making a pinball game for touch screen devices (currently testing on windows tablet) using the touch screen object.
The game works perfectly (flippers, nudges are all instant and responsive)
however, when the screen moves to another area (bonus table) the "touch" becomes laggy and sometimes doesn't respond at all.
The touch is detected on large (invisible) actives which go over the flippers and nudge areas.
Those objects move to the correct areas when the screen scrolls, so that isn't the issue.
I get the same problem with a separate game I'm making (which is an online fighting game) as soon as the screen starts scrolling the "touch" stops responding properly.
I notice the touch object doesn't have "follow frame" as an option (?)