I havn’t used a timer before :-\ but I was told to use them instead of multithreading. What I’m trying to do is get this enemy to stop for a few seconds and then continue his moving path. Right now he just moves side to side non-stop. It’s somewhat like enemies on Mario.
Explain how to use a timer for such a situation and if I should learn to multithread instead. ???