i am starting to learn the GUI scripting and i need some directions. i want to have a group of controls that i want to slide in and out of the screen as needed.
can i get directions, what to use, and how to do it.
i guess somebody already had this idea, maybe to share general information about how he did it…
thanks!
An easy way to do this is to create a group the size of the screen and render all the controls inside that. You can set the XY origin of the group to a value that is negative or greater than the screen size to move it all offscreen. Then, you can use lerping or whatever to animate the group sliding into view.
ok, thanks!
just one question…is it necessary to have group large as screen size, i wanted something smaller…it doesnt make a difference.
i wanted a small panel of tools of some kind that could be easily slided to screen as needed.