Posted 09 December 2014 - 12:30 PM
What is it?
Basically, it's a menu template. You can throw your code into it and set up the buttons with extreme ease
Easy Menu was originally coded for my own use. I was making a base controller that needed to work on pockets as well as normal computers. I also needed to be able to easily add functions as my base grew. After I got the finished product, it became super easy to throw a menu together. I decided to strip my code from it, add some config options, and post it here.
Features:
Password screen on default color:
http://i.imgur.com/aEuRsiS.png
Menu example on default color:
http://i.imgur.com/n0xFwvk.png
Example of password timeout on default color:
http://i.imgur.com/ysDonwd.png
Help:
I'm getting a window:57: Expected boolean…
More help on how to use coming shortly.
How do I get it?
Pastebin:
http://pastebin.com/PDi16nXC
In-game:
With HTTP enabled, type:
Basically, it's a menu template. You can throw your code into it and set up the buttons with extreme ease
Easy Menu was originally coded for my own use. I was making a base controller that needed to work on pockets as well as normal computers. I also needed to be able to easily add functions as my base grew. After I got the finished product, it became super easy to throw a menu together. I decided to strip my code from it, add some config options, and post it here.
Features:
- Works on any computer! (Pocket, turtle, or normal.)
- Customization! Change any color you see on the screen.
- Optional password screen that will appear after a configurable amount of time.
- Easily set a button to a function to run when a button's clicked.
Spoiler
Sorry for not posting the images here, they're much too big.Password screen on default color:
http://i.imgur.com/aEuRsiS.png
Menu example on default color:
http://i.imgur.com/n0xFwvk.png
Example of password timeout on default color:
http://i.imgur.com/ysDonwd.png
Help:
I'm getting a window:57: Expected boolean…
Spoiler
You must have filled a color in wrong at the top. You should be using the colors api by ComputerCraft for colors. Use in this format:
color1 = colors.red
More help on how to use coming shortly.
How do I get it?
Pastebin:
http://pastebin.com/PDi16nXC
In-game:
With HTTP enabled, type:
pastebin get PDi16nXC [name]