View Single Post
10-27-13, 03:04 PM   #5
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Mayron View Post
Yes I know sorry I didn't word that well, basically the code is used to create an animated effect of moving UI elements but if you have bad FPS then the OnUpdate script causes the animation effect to run too slowly. I decided to use a loop with the GetTime() function instead to make it run at a set speed rather than depending on your FPS.
I see you can dinamically slow down the update times on higher fps with "GetFramerate()".
  Reply With Quote