I'm trying to put a timer into my program, but I also need to allow movement in an object. So I was wondering, is there anyway I can assign a delay(1000) to my timer but also stop the delay from affecting my object? Because at the moment, my object has a 1 second delay between each location where as it should be a very smooth motion.
Any ideas?