playMaker

Author Topic: Need Help understanding Itween actions  (Read 1948 times)

C.J.Geringer

  • Playmaker Newbie
  • *
  • Posts: 48
Need Help understanding Itween actions
« 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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Need Help understanding Itween actions
« Reply #1 on: February 13, 2017, 02:50:52 AM »
Hi,

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

 Bye,

 Jean

C.J.Geringer

  • Playmaker Newbie
  • *
  • Posts: 48
Re: Need Help understanding Itween actions
« Reply #2 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

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Re: Need Help understanding Itween actions
« Reply #3 on: February 13, 2017, 04:34:00 AM »
Use Dotween.

C.J.Geringer

  • Playmaker Newbie
  • *
  • Posts: 48
Re: Need Help understanding Itween actions
« Reply #4 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?