Playmaker Forum

PlayMaker News => General Discussion => Topic started by: akmccullough on November 15, 2017, 11:20:08 AM

Title: Flappy Bird Rotation
Post by: akmccullough on November 15, 2017, 11:20:08 AM
Looking for advice on how to set up my bird character in Playmaker. It currently "flaps" and falls. Looking for rotation help so the nose will rise and fall. I've watched several videos, but as a coding newbie the C# was no help for me. Thanks.
Title: Re: Flappy Bird Rotation
Post by: akmccullough on November 15, 2017, 12:03:14 PM
Also, everything else in my game works! So this is the only thing I need a hand with. ROTATION!
Title: Re: Flappy Bird Rotation
Post by: djaydino on November 15, 2017, 07:03:30 PM
Hi,
i can't test atm, but i think you can use a 'get velocity' to get the vertical velocity.

Try do something like this :

start rotation + velocity rotation (the velocity might need to be multiplied for faster rotation)
Then set bird rotation.