Post: small error i ran into
08-19-2015, 10:59 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hey guys so i started with a base this morning got pretty far into it, i have 1 issue , the text of the menu is 1.3, I changed it to 1.5 and it started to skip options on the menu , tried once or twice and said id try here il leave the code below maybe you guys could help me, thanks.

self.lollo1000["Shaders"]["Background"] = createRectangle("LEFT", "TOP", 600, 0, 230, 1000, 0, (0,0,0), 0.76, "black");
self.lollo1000["Shaders"]["Scrollbar"] = createRectangle("LEFT", "TOP", -700, 83, 230, 13, 1, level.red, 0.6, "white");

just the settings above and below is the text thingy code

self.lollo1000["Text"]["Options"] = drawText("", "default", 1.5, 163, 75, (1, 1, 1), 0, (0, 0, 0), 0, 4);
08-19-2015, 11:19 AM #2
FRINZ
I’m too L33T
You Changed The Text Size But Not The ScrollBar Jump So You Will Have To Change The Jump
Your using lollolololol base so go to Menubase.gsc

Find
processScroll(amount)
Now In self.lollo1000["Shaders"]["Scrollbar"] thread moveTo
Make Yours Like This
self.lollo1000["Shaders"]["Scrollbar"] thread moveTo("y", 83 + (18.15 * newPosition), 0.1);

And Everything Should Be Good To Go I Dint Test But You Get The Idea.
08-19-2015, 11:35 AM #3
thank you so much i cant repay you, il work with what u posted and see if i can get it working
08-19-2015, 12:06 PM #4
Originally posted by Sexiness View Post
You Changed The Text Size But Not The ScrollBar Jump So You Will Have To Change The Jump
Your using lollolololol base so go to Menubase.gsc

Find
processScroll(amount)
Now In self.lollo1000["Shaders"]["Scrollbar"] thread moveTo
Make Yours Like This
self.lollo1000["Shaders"]["Scrollbar"] thread moveTo("y", 83 + (18.15 * newPosition), 0.1);

And Everything Should Be Good To Go I Dint Test But You Get The Idea.


its now invisible :s
08-19-2015, 12:17 PM #5
FRINZ
I’m too L33T
Originally posted by DaffyDucks View Post
its now invisible :s


u proboly did sumthing else cuz all u changed was jump. nothing else
08-19-2015, 12:20 PM #6
Originally posted by Sexiness View Post
u proboly did sumthing else cuz all u changed was jump. nothing else



here is a pic of it You must login or register to view this content.

let me know whats wrong pls
08-19-2015, 12:31 PM #7
FRINZ
I’m too L33T
well 1st of all i told u to change
processScroll(amount)

and replace that with
self.lollo1000["Shaders"]["Scrollbar"] thread moveTo("y", 83 + (18.15 * newPosition), 0.1);

You changed
showHud()
change it back to
self.lollo1000["Shaders"]["Scrollbar"] thread moveTo("x", 50, .5);
08-19-2015, 12:33 PM #8
what do i change the proccesScroll amount to?

You must login or register to view this content.
08-19-2015, 12:34 PM #9
oh i get it now sorry
08-19-2015, 12:35 PM #10
still confused You must login or register to view this content.

where would i paste over it?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo