I need help with my game!

I need help with my Drift cycle game when I use the tap controls. So whenever I hold down on the screen to move right it moves right but only for like 2 seconds and I tried to fix it but it didn’t work.

This is due to the fact that snap is triggering a right click after a second, which makes the <mouse down?> block report <false> . However, this only happens if you tap and don't move your finger. If you tap and them immediately move your finger, it won't trigger a right click, making the <mouse down?> block not report <false>

Just to be clear, this is an issue with snap, not your project.

Oh ok thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.