I still wonder which method is the most reliable, in the case where the speed of the application fluctuates very much. According to you, is it better to use the first or the second line of code below?
Code:"Active" Set X position to X( "Active" ) + 100 * ( 1.0 / FrameRate )
"Active" Set X position to X( "Active" ) + 100 * ( rhTimerDelta / 1000.0 )
