Well, here's the pause menu:
<img src="http://i77.photobucket.com/albums/j42/Dreamer_Kisai/PauseMenuExample01.jpg">
Here's how I want it to look when you open a selection:
<img src="http://i77.photobucket.com/albums/j42/Dreamer_Kisai/PauseMenuExample02.jpg">
Same with this option, I want the other text below it to be pushed down...
<img src="http://i77.photobucket.com/albums/j42/Dreamer_Kisai/PauseMenuExample03.jpg">
And in selections with sub-menus, or whatever you wanna call it, like this, everything else still gets pushed down and such... The normal menu text, AND the selection's text... It's hard to put it in words, but you can see by this picture what I mean.
<img src="http://i77.photobucket.com/albums/j42/Dreamer_Kisai/PauseMenuExample04.jpg">
Right now, I have to manually program lerp for each and every piece of text. This is the event for RETURNING everything back to normal, when you cancel back out to the regular menu. It was kind of like this in the first place, however...
<img src="http://i77.photobucket.com/albums/j42/Dreamer_Kisai/PauseMenuExample05.jpg">
These are the events for when you open up the "Items" menu. As you can see, I have to manually program every single piece of text below "Items" to move into place.
<img src="http://i77.photobucket.com/albums/j42/Dreamer_Kisai/PauseMenuExample06.jpg">
I sort of had a system going on with just moving them by Y position, but it didn't move smoothly like lerp does, and simply changing, "move Y by yourself +16 until you get to a certain point" to lerp DID make things move smoothly, but lerp just came to a sudden stop. I'm sure there's a way to move all these things WITHOUT manually programming each and every piece of text for each and every menu selection, probably Ashley or... ANYONE else here would know how, but I have no idea.