Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: ExpertKiD on July 20, 2014, 11:00:21 PM
-
Hi there.
I got NGUI a couple of days ago and started to test with it.
So far, I've been able to solve my resolution independence issue with NGUI, and I am proud to say NGUI does it very well.
Now, within days, if not hours, I've been able to build Main Menus and shops with NGUI easily. Some slider effects and panels, does it well.
But, here now however, I face a serious problem.
I have to make the button included in the attachments. When you press it, it opens up a new menu with sliding effect.
And, since I just got NGUI recently, I have absoulutely no idea on how to make it at all.
May be it's because being a level designer, and not working on GUIs and stuffs made me a little limited.
I googled this and I got no hits till now.
I am currently working on a project for Android, and this button plays very good role.
If I can't get it to work, then my menu will be filled with only buttons.
Could you guys be kind enough to show me or give hints on how I could accomplish it??
-
Make the slide out be inside a UIPanel with clipping, such that it clips the menu when slid in under the yellow button. Like in the picture attached.
(http://i.imgur.com/a1MWdL3.png)
The clipping panel should have a lower depth than the yellow button, and you just fire a tween on the content inside to slide it out.