Author Topic: UIPlayTween and Tween Scripts Problem  (Read 1261 times)

Tomleung

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
UIPlayTween and Tween Scripts Problem
« on: March 12, 2014, 11:05:25 PM »
Hello, everyone.
Something we may know that we can use UIPlayTween to control the Tween script to play.
But how about if one gameobject has more that one Tween scripts that need to be control, which means, such as I want play Tween Alpha in this time and play Tween Position in that time...How can I suppose to do it? It is because I can't select what Tween script I want to play in UIPlayTween.

Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIPlayTween and Tween Scripts Problem
« Reply #1 on: March 14, 2014, 11:54:11 AM »
UIPlayTween can trigger multiple tweens, filtered by the 'tweenGroup'. It can even trigger tweens on children if 'includeChildren is toggled.