ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1690

smooth menu scrolling

by boxtech123 - 12-05-2018 - 01:45 AM
#1
can someone help me with smooth menu scrolling like united-X menu.




              
Fire    ??????? ????  Fire
Reply
#2
(12-05-2018 - 01:45 AM)boxtech123 Wrote: can someone help me with smooth menu scrolling like united-X menu.

learn, use google...
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply
#3
(12-05-2018 - 01:54 AM)NoNameV2345 Wrote:
(12-05-2018 - 01:45 AM)boxtech123 Wrote: can someone help me with smooth menu scrolling like united-X menu.

learn, use google...

I have got continuous scrolling but I cant seem to get is smooth




              
Fire    ??????? ????  Fire
Reply
#4
its been leaked before look on the forums
Code:
if (Fresh)
{
   Notify("FBModderFresh");
   Notify("SanjuroDev");
}
Reply
#5
(12-05-2018 - 01:45 AM)boxtech123 Wrote: can someone help me with smooth menu scrolling like united-X menu.

Well don't use leaked code! Scroller works by making the Y chord = to the current option. Smooth scroller works by doing this but instead of setting it to the current option it + or - the value till its uquall to the y chord. Here is how i would do it.
bool meme[15];
Drawrect(xchord, ychord, w, h, r, g, b, a);
if(meme[1]){
ychord++;
if(ychord >= TheValueFor1)
{
ychord = TheValueFor1;
meme[1] = false;
}
}
and do the same for all ur current options till its finished, i hope this helps!
Not the best way to do it but at least its not copied!
Best way to learn is from experience and making ur own things!
Reply
#6
(12-05-2018 - 09:53 PM)XBLUnbound Wrote: smooth scrolling is so ez, one line of code

I have continuous scroll but Iv been trying to get is smooth but cant




              
Fire    ??????? ????  Fire
Reply
#7
this is easy lol
Reply
#8
Eazy man eazy :)
Reply
#9
(12-05-2018 - 02:10 AM)boxtech123 Wrote:
(12-05-2018 - 01:54 AM)NoNameV2345 Wrote:
(12-05-2018 - 01:45 AM)boxtech123 Wrote: can someone help me with smooth menu scrolling like united-X menu.

learn, use google...

I have got continuous scrolling but I cant seem to get is smooth

I do not understand
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply

Users browsing: 1 Guest(s)