Alright I did this before but forgotten over time but what I want done is when opening the window up the screen is black till all the windows scroll into place.
All I remember is this:
It works but I also want it to scroll out of place when leave the main menu.
All I remember is this:
Code:
def animate
if @command_window.active
@example_window.y += # if @example_window.y < #
@example_window.x += # if @example_window.x < #
@example_window.x -= # if @example_window.x > #
end
end