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
 1691

smooth scroller

by YAGAMI_KOU - 10-01-2020 - 08:03 PM
#1
PHP Code:
float toPos;

void smoothScroller() 
{
 if (
optionCount maxOptions
 {
 
float scrollBarPos;
 if (
currentOption maxOptions)
 {
 
toPos = ((maxOptions 0.035f) + 0.1415f);
 }
 else 
 {
 
toPos = ((currentOption 0.035f) + 0.1415f);
 }
 }
 else
 {
 
toPos = ((currentOption 0.035f) + 0.1415f);
 }
 if ((
scrollBarPos toPos) < 0.002f)
 {
 
scrollBarPos toPos;
 }
 if (
scrollBarPos toPos)
 {
 
scrollBarPos -= 0.002f;
 }
 if (
scrollBarPos toPos)
 {
 
scrollBarPos += 0.002f;
 }

This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply
#2
#Leecher 2 Post and the same shit
Disc = 0xemiil
Reply

Users browsing: 1 Guest(s)