playMaker

Author Topic: Touch & Rotate Object  (Read 926 times)

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Touch & Rotate Object
« on: January 08, 2020, 02:43:04 PM »
Hi !

I making a game which required Touch & Rotate function like Helix Jump. In Helix Jump you touch finger on screen and rotate the tower.

Helix Jump Gameplay :
I tried 2 steps. It worked perfectly on Mobile device on when you keep touching the screen. If you released the finger and touched again, tower is reset rotation to default and rotating. I just want it to resume from where we lift finger.

The Steps I used are
1. Get Axis & Rotate
2. Mouse look



Both gave same result on mobile. problem is it is reset the tower when we pressed again after released the finger

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Re: Touch & Rotate Object
« Reply #1 on: January 10, 2020, 01:47:09 PM »
Bump !