Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: DJVDJV on June 09, 2015, 04:03:35 PM

Title: Sliding menu
Post by: DJVDJV on June 09, 2015, 04:03:35 PM
Hello,

Is there tutorial for menu that "slide" off from screen and slide back to screen when for example some button is pressed.

If there is no tutorial... may somebody have any idea how I should do this?
Title: Re: Sliding menu
Post by: ArenMook on June 11, 2015, 06:21:02 AM
UIKeyBinding can be used to simulate a click when you press a specific key. Set a tween that reacts to click (or a UIToggle that will trigger a tween). With UIKeyBinding to trigger it you will get the effect you're looking for.
Title: Re: Sliding menu
Post by: devomage on June 11, 2015, 04:02:18 PM
check how the Tasharen logo is displayed in example #7 of the NGUI examples folder.