Say I have a series of XML files to read in… I want to read them in one by one and have the timeline progress only after finishing reading them one by one… what is the right approach to use? Or is this even possible?
Okie my current method is to use flags to check and keep looping the timeframe till the flag is done. Is this the only way?