hello everyone. please i need your help guys. i want to make object that can move by touch and spin the sceeen. if touch and spin to the right the object will move to the right. if touch and spin to the left the object will slower and will be stop. if the spinning is faster the object will
faster to.
Develop games in your browser. Powerful, performant & highly capable.
Did you mean "swipe"? (Not "spin")
If you want to detect swipe gestures, you can use Touch.SpeedAt(0) and Touch.AngleAt(0) expressions.
For example: