Author Topic: Timeline style Tween control  (Read 1890 times)

Failtruck

  • Guest
Timeline style Tween control
« on: September 03, 2013, 08:15:17 AM »
hi,

I've searched the forums for an answer but couldn't find any, but still sorry if this is asked a lot.

Is there a way to controlling the activation/duration of tweens apart from using the delay and duration options?  If I had a bunch of different tweens on an object is there an easier way of queuing them?

Cheers
Stu

ENAY

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 248
    • View Profile
Re: Timeline style Tween control
« Reply #1 on: September 04, 2013, 03:01:00 AM »
If you use GetComponent<TweenAlpha>() etc on the object that has the tween, you can adjust any of the variables in the inspector from your source code. So yes, it is possible.