Author Topic: Update the FAQ forum page  (Read 1644 times)

OnlineCop

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 51
    • View Profile
Update the FAQ forum page
« on: November 26, 2013, 07:11:00 PM »
Several things changed between NGUI 2 and 3, and I would like to request the FAQ to either point to how-to's, documentation, or even those nice YouTube videos explaining how to do things.

For example, I used to use Tweens with
  1. TweenScale.Begin(gameObject, scaleTime, newScale).onFinished += MyOnTweenFinished;
I'm not sure how it's changed, or where to look to see how to do it now with 3.0.7. Do I use
  1. EventDelegate.Add(myTween.onFinished, MyOnTweenFinished);
or something else?

This, and other changes to NGUI, are many of my Frequently Asked questions.

EDIT:
Just saw that we're now getting a dedicated Documentation section (http://www.tasharen.com/forum/index.php?board=12.0). Yay!
So maybe the FAQ could point to either the entire section OR to individual threads, like http://www.tasharen.com/forum/index.php?topic=6760 (for Tweens).
« Last Edit: November 26, 2013, 07:33:53 PM by OnlineCop »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Update the FAQ forum page
« Reply #1 on: November 26, 2013, 11:48:18 PM »
Have you seen this video? http://www.youtube.com/watch?v=uNSZsMnhS1o -- in it I do just that -- I upgrade an NGUI 2.7 project to NGUI 3.