Jump to content
Sign in to follow this  
  • entries
    2
  • comments
    7
  • views
    1,351

WE Simple Banner Menu

gTCk7e8.pngSimple Menu

Details:

This script creates a simple banner-like pause menu at the top of the screen.

 

Customization:

You can change the size and(or) the position of the banner.

 

Terms of Use:

Free for commercial and non-commercial games, BUT credit is required.

 

Screenshots:

Menu:

blogentry-46120-0-88230100-1407257213_thumb.png

 

Script:

http://pastebin.com/hWcLpd4q



6 Comments


Recommended Comments

Hello, nice for starting on making your engine. Just a suggestion, you can also shorten your code ^^

Share this comment


Link to comment

Hello, nice for starting on making your engine. Just a suggestion, you can also shorten your code ^^

How?

This was my first script so the way I made it was the only way I knew how.

Share this comment


Link to comment

Some of the codes in Scene_Menu can be removed so you can just make it simplified. I understand that its your first script, I was like you when I was starting out. Let me give you some points how to simplify your menu:

Harbor all your commands to Window_MenuCommand and try to get it from there. The reason why you have longer codes though is because you made your own copy of the menu command. If its your purpose then its okay for this menu, but if you want to make a better menu while learning the default scripts, try to look at how the menu command handles everything :D
 

  • Like 1

Share this comment


Link to comment

Some of the codes in Scene_Menu can be removed so you can just make it simplified. I understand that its your first script, I was like you when I was starting out. Let me give you some points how to simplify your menu:

Harbor all your commands to Window_MenuCommand and try to get it from there. The reason why you have longer codes though is because you made your own copy of the menu command. If its your purpose then its okay for this menu, but if you want to make a better menu while learning the default scripts, try to look at how the menu command handles everything :D

 

Thanks! :D

Share this comment


Link to comment
×
Top ArrowTop Arrow Highlighted