One thing you should look into are threads. You could start a thread right before moving forwards and just make it wait 1.1 seconds (in the thread). It’ll work in sync with the moving forwards.
I asked about this a few days ago: How to use VEX Threads - Programming Support / VEXcode Pro V5 Text Tech Support - VEX Forum. It has more explanation and resources.