Author Topic: transitioning panels to specific coordinates  (Read 1268 times)

dobe

  • Guest
transitioning panels to specific coordinates
« on: August 22, 2013, 08:04:54 AM »
Hi all,

I am working on a tutorial mode for my current project and I am trying to figure out how to move my tutorial panels to specific coordinates around my UI as the tutorial progresses.

I am currently working in C#.

Would anyone mind pointing me in the right direction?

Thanks!
« Last Edit: August 22, 2013, 08:32:20 AM by dobe »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: transitioning panels to specific coordinates
« Reply #1 on: August 22, 2013, 10:05:13 AM »
TweenPosition.Begin,
TweenTransform.Begin

dobe

  • Guest
Re: transitioning panels to specific coordinates
« Reply #2 on: August 23, 2013, 05:02:44 AM »
thanks BRAH