Post: Submenu Text Positioning Issue
08-10-2015, 08:42 AM #1
Gay For Satan
DevouringHeavens
(adsbygoogle = window.adsbygoogle || []).push({}); Is anyone aware of how to edit the position of text once you go into a sub menu? I'm trying to make a scroller that is to the left of the text, and I am able to do that, but when I go into the submenu's, The text moves from where it was in the parent menu. Im using an edited version of sharks base.

Here are some pictures of what I mean:
This image is how I would want the shader to be in each submenu

You must login or register to view this content.

But as you can see, the text seems to move :\

You must login or register to view this content.

Here the text gets even further away.

You must login or register to view this content.


Sorry about no IMG tags, It doesnt want to show the image if I put them for some reason
.
Here is the StoreText code, not sure what else would have to do with the text positioning.
    
StoreText(menu, title)
{
self.menu.currentmenu = menu;
self.menu.title destroy();
string = "";
self.menu.title = drawText(title, "objective", 2, 0, 20, (1, 1, 1), 0, 1, 3);
self.menu.title FadeOverTime(0.3);
self.menu.title.alpha = 1;

for(i = 0; i < self.menu.menuopt[menu].size; i++)
{ string += self.menu.menuopt[menu][i]+ "\n"; }

self.menu.options destroy();
self.menu.options = drawText(string, "objective", 1.7, 115, 48, (1, 1, 1), 0, (0, 0, 0), 0, 4);
self.menu.options FadeOverTime(0.3);
self.menu.options.alpha = 1;
}
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo