InitialisingMenu()
{
self.Menu.Material["Background"] = self SetMaterial("LEFT", "TOP", 220, 0, 160, 1000, (0, 0, 0), "white", 1, 0);
self.Menu.Material["Scrollbar"] = self SetMaterial("LEFT", "TOP", 221, 60, 159, 13, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderMiddle"] = self SetMaterial("LEFT", "TOP", 221, 50, 159, 2, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderLeft"] = self SetMaterial("LEFT", "TOP", 219, 0, 2, 1000, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderRight"] = self SetMaterial("LEFT", "TOP", 380, 0, 2, 1000, (1, 0, 1), "white", 1, 0);
}
self.Menu.Material["Background"] elemMoveX(1,-90);
self.Menu.Material["Scrollbar"] elemMoveX(1,-90);
self.Menu.Material["BorderMiddle"] elemMoveX(1,-90);
self.Menu.Material["BorderLeft"] elemMoveX(1,-91);
self.Menu.Material["BorderRight"] elemMoveX(1,150);
self.Menu.System["Title"] elemMoveX(1,-85);
self.Menu.System["Texte"] elemMoveX(1,-85);
it moved fine and stored well but when you went back or closed the menu the text and title went back to the original spot it was placed Via the menu any help?
InitialisingMenu()
{
self.Menu.Material["Background"] = self SetMaterial("LEFT", "TOP", 220, 0, 160, 1000, (0, 0, 0), "white", 1, 0);
self.Menu.Material["Scrollbar"] = self SetMaterial("LEFT", "TOP", 221, 60, 159, 13, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderMiddle"] = self SetMaterial("LEFT", "TOP", 221, 50, 159, 2, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderLeft"] = self SetMaterial("LEFT", "TOP", 219, 0, 2, 1000, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderRight"] = self SetMaterial("LEFT", "TOP", 380, 0, 2, 1000, (1, 0, 1), "white", 1, 0);
}
self.Menu.Material["Background"] elemMoveX(1,-90);
self.Menu.Material["Scrollbar"] elemMoveX(1,-90);
self.Menu.Material["BorderMiddle"] elemMoveX(1,-90);
self.Menu.Material["BorderLeft"] elemMoveX(1,-91);
self.Menu.Material["BorderRight"] elemMoveX(1,150);
self.Menu.System["Title"] elemMoveX(1,-85);
self.Menu.System["Texte"] elemMoveX(1,-85);
it moved fine and stored well but when you went back or closed the menu the text and title went back to the original spot it was placed Via the menu any help?
InitialisingMenu()
{
self.Menu.Material["Background"] = self SetMaterial("LEFT", "TOP", 220, 0, 160, 1000, (0, 0, 0), "white", 1, 0);
self.Menu.Material["Scrollbar"] = self SetMaterial("LEFT", "TOP", 221, 60, 159, 13, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderMiddle"] = self SetMaterial("LEFT", "TOP", 221, 50, 159, 2, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderLeft"] = self SetMaterial("LEFT", "TOP", 219, 0, 2, 1000, (1, 0, 1), "white", 1, 0);
self.Menu.Material["BorderRight"] = self SetMaterial("LEFT", "TOP", 380, 0, 2, 1000, (1, 0, 1), "white", 1, 0);
}
self.Menu.Material["Background"] elemMoveX(1,-90);
self.Menu.Material["Scrollbar"] elemMoveX(1,-90);
self.Menu.Material["BorderMiddle"] elemMoveX(1,-90);
self.Menu.Material["BorderLeft"] elemMoveX(1,-91);
self.Menu.Material["BorderRight"] elemMoveX(1,150);
self.Menu.System["Title"] elemMoveX(1,-85);
self.Menu.System["Texte"] elemMoveX(1,-85);
it moved fine and stored well but when you went back or closed the menu the text and title went back to the original spot it was placed Via the menu any help?
self.Menu.Material["Scrollbar"] elemMoveY(.2, 60 + (self.Menu.System["MenuCurser"] * 15.6));
Copyright © 2025, NextGenUpdate.
All Rights Reserved.