playMaker

Author Topic: How to use iTween to move canvas UI elements?  (Read 7901 times)

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
How to use iTween to move canvas UI elements?
« on: August 30, 2015, 04:43:54 PM »
So yeah, I have a score text showing in the canvas, and i want it to ease into position after a certain event occurs.

Justin

  • Junior Playmaker
  • **
  • Posts: 58
Re: How to use iTween to move canvas UI elements?
« Reply #1 on: August 30, 2015, 04:57:47 PM »
The ITween MoveTo action should work.  Just make sure your in local space, not world, and that you uncheck orient to path.  There are tons of ease options you can experiment with.

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: How to use iTween to move canvas UI elements?
« Reply #2 on: August 31, 2015, 08:16:51 AM »
Or use dotween actions.. Search forum for it.. It has UI tween actions..

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: How to use iTween to move canvas UI elements?
« Reply #3 on: August 31, 2015, 11:23:11 AM »
Hi,
yes you better use DOTween itween is slow, check this topic out

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: How to use iTween to move canvas UI elements?
« Reply #4 on: August 31, 2015, 11:49:22 AM »
why is DOTween better? iTween is built in to playmaker?

Justin

  • Junior Playmaker
  • **
  • Posts: 58
Re: How to use iTween to move canvas UI elements?
« Reply #5 on: August 31, 2015, 01:14:22 PM »
Thanks for sharing that link Djaydino I was not aware of this. I'm definitely going to check it out and probably start using instead. Looks like it has more options, more flexibility and performs way better.