Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: heavygunner on January 08, 2020, 02:43:04 PM

Title: Touch & Rotate Object
Post by: heavygunner 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

(https://i.gyazo.com/69398f68ae28aa0f5a7cd0f82699acc3.png)

Both gave same result on mobile. problem is it is reset the tower when we pressed again after released the finger
Title: Re: Touch & Rotate Object
Post by: heavygunner on January 10, 2020, 01:47:09 PM
Bump !