Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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?
-
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.
-
check how the Tasharen logo is displayed in example #7 of the NGUI examples folder.