Post: Simple Menu Base
11-03-2014, 12:51 AM #1
TheFallen
Former Dark Night
(adsbygoogle = window.adsbygoogle || []).push({}); Simple Menu Base
You must login or register to view this content.


This menu is perfect for learning. It's very readable, easy to understand, and is commented along the entire way to help you see how it works.

Introduction

This base does not have verification but it does have a working player menu. It gives examples on how to use a scrollbar, how to have effects on highlighted text, cursor remembrance, and how to use submenus; everything you will need to learn how menu bases work. It also has my overflow fix so you can see how to use that as well.

Download

You can download the entire base You must login or register to view this content..
(adsbygoogle = window.adsbygoogle || []).push({});

The following 27 users say thank you to TheFallen for this useful post:

-Numb, AlexNGU, Bigmoneyhustlin, BullyWiiPlaza, Cocaine Bills, corey3mile, Exelo, Full-Evil, iRnZ, itsSorrow, koekiemonstarr2, legacy_Rocks, ModsCasual, MrDylanHax, RaccoonModz, ScaRzModZ, Script Kiddie, Sick_aSS_FoO, snapin, SnipezModZz, Taylor, SyGnUs, ViRuzModzHD, xDebugKiller, XDrifteer7, xJessex, zMarcusHD
07-23-2015, 10:26 PM #38
ItzSparkBoii
Big Sister
can anyone help me move it to the right? i try but then the text is in the middle and the backround is in the right :(
08-08-2015, 12:49 AM #39
Deleted
08-08-2015, 12:49 AM #40
Deleted
08-08-2015, 12:57 AM #41
Originally posted by ItzSparkBoii View Post
can anyone help me move it to the right? i try but then the text is in the middle and the backround is in the right :(


    
text()
{
self.menuTitle = createText("bigfixed", 1, "CENTER", "TOP", 235, 0, 3, "");

for(i=0; i < 11; i++)
self.menuOptions[i] = createText("default", 1.5, "LEFT", "TOP", 120, 50 + (35 * i), 3, "");

self.textDrawn = true;

// set text for our text elements
updateText();
}


    
shader()
{
self.menuBackground = createRectangle("RIGHT", "RIGHT", 0, 0, 250, 500, 1, "white");
self.menuBackground setColor(0, 0, 0, 0.75); // rgba as floats

self.menuScrollbar = createRectangle("LEFT", "TOP", 113, 50 + (35 * self.currentMenuPosition), 249, 35, 2, "white");
self.menuScrollbar setColor(0, 191, 180, 0.6); // rgba as floats

self.shadersDrawn = true;
}
08-11-2015, 07:26 AM #42
Taq
Banned
Originally posted by TheFallen View Post
Simple Menu Base
You must login or register to view this content.


This menu is perfect for learning. It's very readable, easy to understand, and is commented along the entire way to help you see how it works.

Introduction

This base does not have verification but it does have a working player menu. It gives examples on how to use a scrollbar, how to have effects on highlighted text, cursor remembrance, and how to use submenus; everything you will need to learn how menu bases work. It also has my overflow fix so you can see how to use that as well.

Download

You can download the entire base You must login or register to view this content..

how do i edit it
08-11-2015, 08:12 PM #43
Snur
Haxor!
Can someone tell me how to add working overflow fix
08-11-2015, 10:07 PM #44
itsSorrow
In my man cave
Originally posted by Snur View Post
Can someone tell me how to add working overflow fix


Just change it to xTuls..
09-10-2015, 10:37 PM #45
add on skype aaronivx

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo