Author Topic: Button to trigger help screen  (Read 3234 times)

Chad Goodson

  • Guest
Button to trigger help screen
« on: August 06, 2013, 02:39:31 PM »
I am trying to make a help screen. Is there any easy way to do so? I played a little bit with the play animation script attached to a animated textured plane. What is the best way?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Button to trigger help screen
« Reply #1 on: August 07, 2013, 05:25:18 AM »
What does animation and texture plane have to do with it? If you're asking how to open up another window when a button is clicked on, look at the menu example that comes with NGUI.

Chad Goodson

  • Guest
Re: Button to trigger help screen
« Reply #2 on: August 07, 2013, 08:37:48 AM »
Perfect. That works.  I was trying to use a texture plane instead of a sprite like you used in the example. Thank you for helping and being patient with me. I am new to Unity so I am asking questions with obvious answers. NGUI is awesome.