Post: Scroll Bar
05-10-2016, 06:28 PM #1
Apex_Modz-
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); For Some unknown reason my scroll bar in this base im messing around with wont move up or down know matter what i do its driving me insane its like its stuck on sub menu 5 when i need it on sub menu 1 the menu base scrolls perfectly fine but it just wont line back up for me i have messed with it for like a hour now but still no joy any help would be appreciated Smile


StoreShaders Code
StoreShaders()
{
self.menu.background = self createRectangle("RIGHT","RIGHT",-10,-32,150,245,(0,0,0),"white",1, 0);
self.menu.backgroundtexture = self createRectangle("RIGHT","RIGHT",-10,-32,150,245,(1,1,1),"compass_emp",2, 0);
self.menu.bar = self createRectangle("RIGHT","RIGHT",-10,-32,150,16,(0,0,0),"white",3,0); //scroll bar
self.menu.topBorder = self createRectangle("RIGHT","RIGHT",-8,-153,154,2,(0,0,0),"white",4, 0);
self.menu.bottomBorder = self createRectangle("RIGHT","RIGHT",-8,90,154,2,(0,0,0),"white",4, 0);
self.menu.borderRight = self createRectangle("RIGHT","RIGHT",-8,-32,2,245,(0,0,0),"white",5, 0);
self.menu.borderLeft = self createRectangle("RIGHT","RIGHT",-160,-32,2,245,(0,0,0),"white",5, 0);
self.menu.gradient = self createRectangle("RIGHT","RIGHT",-100,20,800,800,(0,0,0),"gradient",0, 0);
}


Picture Of ScrollBar Being A Bitch
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
05-10-2016, 09:33 PM #2
anthonything
Space Ninja
Group the elements under an array and traverse set the y values.

The following user thanked anthonything for this useful post:

Apex_Modz-
05-10-2016, 10:35 PM #3
HiddenHour
I defeated!
Originally posted by Apex
For Some unknown reason my scroll bar in this base im messing around with wont move up or down know matter what i do its driving me insane its like its stuck on sub menu 5 when i need it on sub menu 1 the menu base scrolls perfectly fine but it just wont line back up for me i have messed with it for like a hour now but still no joy any help would be appreciated Smile


StoreShaders Code
StoreShaders()
{
self.menu.background = self createRectangle("RIGHT","RIGHT",-10,-32,150,245,(0,0,0),"white",1, 0);
self.menu.backgroundtexture = self createRectangle("RIGHT","RIGHT",-10,-32,150,245,(1,1,1),"compass_emp",2, 0);
self.menu.bar = self createRectangle("RIGHT","RIGHT",-10,-32,150,16,(0,0,0),"white",3,0); //scroll bar
self.menu.topBorder = self createRectangle("RIGHT","RIGHT",-8,-153,154,2,(0,0,0),"white",4, 0);
self.menu.bottomBorder = self createRectangle("RIGHT","RIGHT",-8,90,154,2,(0,0,0),"white",4, 0);
self.menu.borderRight = self createRectangle("RIGHT","RIGHT",-8,-32,2,245,(0,0,0),"white",5, 0);
self.menu.borderLeft = self createRectangle("RIGHT","RIGHT",-160,-32,2,245,(0,0,0),"white",5, 0);
self.menu.gradient = self createRectangle("RIGHT","RIGHT",-100,20,800,800,(0,0,0),"gradient",0, 0);
}


Picture Of ScrollBar Being A Bitch
You must login or register to view this content.


What's your scroller moving function?
05-11-2016, 05:40 AM #4
Apex_Modz-
Do a barrel roll!
Originally posted by anthonything View Post
Group the elements under an array and traverse set the y values.


Thanks i worked it out i didnt check under update scrollbar ive got it where i want it now

The following user thanked Apex_Modz- for this useful post:

anthonything

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo