Hi, I am Santhan Akkulu, I developed a game known as Crono War Space Saga. It is available on Playstore. The game is an Arcade endless shooter game. I am trying to make swipe smoother. but the swipe function is being very hard. Could you please help me?
Develop games in your browser. Powerful, performant & highly capable.
Here is my implementation of flick scrolling - dropbox.com/s/t5y5mwucvy8zpqt/flickscrollexample.c3p
Note that this is partially incomplete, as it does not account for "stacking" of flicks to reach faster scroll speeds. To compensate, I've used a deceleration value of 0.97, instead of the standard which I believe to be 0.95.
It should be compatible with the 8 direction behavior with some minor modification, but I haven't tried that.
So thank you for helping me but please send me the whole script.
did as you said, but it is a little smoother than before, but I have to hold the Screen to swipe left and right. I did the game in portrait. how the swiping works in portrait game. Is the code is correct? I need to change the code.