Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: C.J.Geringer on February 12, 2017, 08:47:32 AM

Title: Need Help understanding Itween actions
Post by: C.J.Geringer on February 12, 2017, 08:47:32 AM
i am having trouble understanding how to properly use iTween actions.

I am essentially using two iTween actions: rotate to and rotate by. Rotate to works as I expected.

However rotate by does not. i want it to rotate by a specific number of degrees, (e.g.:180) and I set the vector the same way I set in the "rotate to" Action:180;0;0, and then set the finish event to "Finished" which triggers a state transition

However the object always does multiple revolutions.Why is that?

Thank you for your time.
Title: Re: Need Help understanding Itween actions
Post by: jeanfabre on February 13, 2017, 02:50:52 AM
Hi,

 try with another value than 180 or 360, for example 90 or 45.

 Bye,

 Jean
Title: Re: Need Help understanding Itween actions
Post by: C.J.Geringer on February 13, 2017, 03:59:19 AM
Thank you for the reply, Same thing happens, but at different speeds.

I have also tryed changing the "Stop on exit" and "loop don´t finish" checkboxes
Title: Re: Need Help understanding Itween actions
Post by: elusiven on February 13, 2017, 04:34:00 AM
Use Dotween.
Title: Re: Need Help understanding Itween actions
Post by: C.J.Geringer on February 13, 2017, 07:29:08 AM
I tried downloading Dotween fromt he asset store, and use the free actions package I found here in the forums (http://hutonggames.com/playmakerforum/index.php?topic=10303.0) but it did not work, Is there a more updated, version somewhere (Free, I don´t intendoto buy the paid package.)

Is iTween truly bugged/not working?