You should use "Always" instead of "every 2 milliseconds". If your refresh rate is 60, event can only run once every 16,666... milliseconds. Using values smaller than that make no difference, except that they are unreliable. "Always" will just run every tick.